\frac{x \cdot x - 3}{6}x \cdot \frac{x}{6} - \frac{3}{6}double f(double x) {
double r69406 = x;
double r69407 = r69406 * r69406;
double r69408 = 3.0;
double r69409 = r69407 - r69408;
double r69410 = 6.0;
double r69411 = r69409 / r69410;
return r69411;
}
double f(double x) {
double r69412 = x;
double r69413 = 6.0;
double r69414 = r69412 / r69413;
double r69415 = r69412 * r69414;
double r69416 = 3.0;
double r69417 = r69416 / r69413;
double r69418 = r69415 - r69417;
return r69418;
}



Bits error versus x
Results
Initial program 0.1
rmApplied div-sub0.1
rmApplied *-un-lft-identity0.1
Applied times-frac0.1
Simplified0.1
Final simplification0.1
herbie shell --seed 2019194
(FPCore (x)
:name "Numeric.SpecFunctions:invIncompleteBetaWorker from math-functions-0.1.5.2, H"
(/ (- (* x x) 3.0) 6.0))