29 lines
472 B
JSON
29 lines
472 B
JSON
{
|
|
"tables": [
|
|
{
|
|
"name": "PrimaryResult",
|
|
"columns": [
|
|
{
|
|
"name": "XInf",
|
|
"type": "real"
|
|
},
|
|
{
|
|
"name": "XInfNeg",
|
|
"type": "real"
|
|
},
|
|
{
|
|
"name": "XNan",
|
|
"type": "real"
|
|
}
|
|
],
|
|
"rows": [
|
|
[
|
|
"Infinity",
|
|
"-Infinity",
|
|
"NaN"
|
|
]
|
|
]
|
|
}
|
|
]
|
|
}
|
|
|