\frac{x \cdot x - 3.0}{6.0}x \cdot \frac{x}{6.0} - \frac{3.0}{6.0}double f(double x) {
double r3535005 = x;
double r3535006 = r3535005 * r3535005;
double r3535007 = 3.0;
double r3535008 = r3535006 - r3535007;
double r3535009 = 6.0;
double r3535010 = r3535008 / r3535009;
return r3535010;
}
double f(double x) {
double r3535011 = x;
double r3535012 = 6.0;
double r3535013 = r3535011 / r3535012;
double r3535014 = r3535011 * r3535013;
double r3535015 = 3.0;
double r3535016 = r3535015 / r3535012;
double r3535017 = r3535014 - r3535016;
return r3535017;
}



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))