\mathsf{max}\left(1, 2\right)\mathsf{max}\left(1, 2\right)double code() {
return ((double) fmax(1.0, 2.0));
}
double code() {
return ((double) fmax(1.0, 2.0));
}
Results
Initial program 0
Final simplification0
herbie shell --seed 2020153
(FPCore ()
:name "(fmax 1 2)"
:precision binary64
(fmax 1.0 2.0))