\mathsf{fma}\left(x, x, x\right)\mathsf{fma}\left(x, x, x\right)double code(double x) {
return ((double) fma(x, x, x));
}
double code(double x) {
return ((double) fma(x, x, x));
}



Bits error versus x
Results
Initial program 0
Final simplification0
herbie shell --seed 2020152
(FPCore (x)
:name "(fma x x x)"
:precision binary64
(fma x x x))