\left(x + x\right) - 1
\left(x + x\right) - 1
double code(double x) {
return ((double) (((double) (x + x)) - 1.0));
}
double code(double x) {
return ((double) (((double) (x + x)) - 1.0));
}



Bits error versus x
Results
Initial program 0
Final simplification0
herbie shell --seed 2020182
(FPCore (x)
:name "Data.Random.Distribution.Normal:doubleStdNormalZ from random-fu-0.2.6.2"
:precision binary64
(- (+ x x) 1.0))