Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save odyssey-user/e60ddc9d9170cacb4431867cba70733b to your computer and use it in GitHub Desktop.
Save odyssey-user/e60ddc9d9170cacb4431867cba70733b to your computer and use it in GitHub Desktop.
Gist of expression: sqrt(x + 1) - sqrt(x)
{
"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