16 lines
287 B
JSON
16 lines
287 B
JSON
|
|
{
|
||
|
|
"key": "rational",
|
||
|
|
"name": "Rational",
|
||
|
|
"authors": [
|
||
|
|
"Paul Moore"
|
||
|
|
],
|
||
|
|
"description": "A rational number class.",
|
||
|
|
"category": [
|
||
|
|
"Math"
|
||
|
|
],
|
||
|
|
"maintainers": [
|
||
|
|
"Jonathan Turkanis <turkanis -at- coderage.com>"
|
||
|
|
],
|
||
|
|
"cxxstd": "03"
|
||
|
|
}
|