\sin \left(\tan^{-1} \left({2}^{x}\right)\right)\sin \left(\tan^{-1} \left({2}^{x}\right)\right)double code(double x) {
return ((double) sin(((double) atan(((double) pow(2.0, x))))));
}
double code(double x) {
return ((double) sin(((double) atan(((double) pow(2.0, x))))));
}



Bits error versus x
Results
Initial program 0.5
Final simplification0.5
herbie shell --seed 2020153
(FPCore (x)
:name "(sin (atan (pow 2 x)))"
:precision binary64
(sin (atan (pow 2.0 x))))