mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2025-02-24 05:49:38 -05:00
19 lines
345 B
JSON
19 lines
345 B
JSON
|
{
|
||
|
"key": "ratio",
|
||
|
"name": "Ratio",
|
||
|
"authors": [
|
||
|
"Howard Hinnant",
|
||
|
"Beman Dawes",
|
||
|
"Vicente J. Botet Escriba"
|
||
|
],
|
||
|
"maintainers": [
|
||
|
"Vicente J. Botet Escriba <vicente.botet -at- wanadoo.fr>"
|
||
|
],
|
||
|
"description":
|
||
|
"Compile time rational arithmetic. C++11.",
|
||
|
"std": [ "proposal" ],
|
||
|
"category": [
|
||
|
"Math"
|
||
|
]
|
||
|
}
|