-
Notifications
You must be signed in to change notification settings - Fork 17
/
nan.json
28 lines (28 loc) · 879 Bytes
/
nan.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"id": "nan",
"summary": "Not a Number (NaN)",
"description": "`NaN` (not a number) is a symbolic floating-point representation which is neither a signed infinity nor a finite number.",
"categories": [
"math > constants"
],
"experimental": true,
"parameters": [],
"returns": {
"description": "Returns `NaN`.",
"schema": {
"description": "JSON Schema can't represent `NaN` and thus a schema can't be specified."
}
},
"links": [
{
"rel": "about",
"href": "https://ieeexplore.ieee.org/document/4610935",
"title": "IEEE Standard 754-2008 for Floating-Point Arithmetic"
},
{
"rel": "about",
"href": "http://mathworld.wolfram.com/NaN.html",
"title": "NaN explained by Wolfram MathWorld"
}
]
}