Created
June 2, 2025 20:57
-
-
Save odyssey-user/e60ddc9d9170cacb4431867cba70733b to your computer and use it in GitHub Desktop.
Gist of expression: sqrt(x + 1) - sqrt(x)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"serverUrl": "https://herbie.uwplse.org/demo", | |
"fptaylorServerUrl": "https://herbie.uwplse.org/fptaylor", | |
"fpbenchServerUrl": "https://herbie.uwplse.org/fpbench", | |
"spec": { | |
"expression": "sqrt(x + 1) - sqrt(x)", | |
"id": 1 | |
}, | |
"specRanges": [ | |
{ | |
"variable": "x", | |
"lowerBound": -1e+308, | |
"upperBound": 1e+308, | |
"minAbsValue": 0 | |
} | |
], | |
"expressions": [ | |
{ | |
"text": "sqrt(x + 1) - sqrt(x)", | |
"id": 0, | |
"specId": 1, | |
"tex": " \\sqrt{x + 1} - \\sqrt{x}\n" | |
} | |
], | |
"derivations": [ | |
{ | |
"history": "<p>Original Spec Expression</p>", | |
"id": 0 | |
} | |
], | |
"selectedExprId": 0, | |
"compareExprIds": [ | |
0 | |
], | |
"expandedExpressions": [ | |
0 | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment