\frac{x \cdot x - 3.0}{6.0}x \cdot \frac{x}{6.0} - \frac{3.0}{6.0}double f(double x) {
double r4078604 = x;
double r4078605 = r4078604 * r4078604;
double r4078606 = 3.0;
double r4078607 = r4078605 - r4078606;
double r4078608 = 6.0;
double r4078609 = r4078607 / r4078608;
return r4078609;
}
double f(double x) {
double r4078610 = x;
double r4078611 = 6.0;
double r4078612 = r4078610 / r4078611;
double r4078613 = r4078610 * r4078612;
double r4078614 = 3.0;
double r4078615 = r4078614 / r4078611;
double r4078616 = r4078613 - r4078615;
return r4078616;
}



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 2019162
(FPCore (x)
:name "Numeric.SpecFunctions:invIncompleteBetaWorker from math-functions-0.1.5.2, H"
(/ (- (* x x) 3.0) 6.0))