\tan \left(\frac{{x}^{y}}{z}\right)\tan \left(\frac{{x}^{y}}{z}\right)double code(double x, double y, double z) {
return ((double) tan(((double) (((double) pow(x, y)) / z))));
}
double code(double x, double y, double z) {
return ((double) tan(((double) (((double) pow(x, y)) / z))));
}



Bits error versus x



Bits error versus y



Bits error versus z
Results
Initial program 14.3
Final simplification14.3
herbie shell --seed 2020153
(FPCore (x y z)
:name "(tan (/ (pow x y) z))"
:precision binary64
(tan (/ (pow x y) z)))