\sin \left({\left(\sqrt{\tan^{-1}_* \frac{b}{b}}\right)}^{\left(b - a\right)}\right)\sin \left({\left(e^{2}\right)}^{\left(\log \left(\sqrt{\sqrt{\tan^{-1}_* \frac{b}{b}}}\right) \cdot \left(b - a\right)\right)}\right)double f(double a, double b) {
double r26301 = b;
double r26302 = atan2(r26301, r26301);
double r26303 = sqrt(r26302);
double r26304 = a;
double r26305 = r26301 - r26304;
double r26306 = pow(r26303, r26305);
double r26307 = sin(r26306);
return r26307;
}
double f(double a, double b) {
double r26308 = 2.0;
double r26309 = exp(r26308);
double r26310 = b;
double r26311 = atan2(r26310, r26310);
double r26312 = sqrt(r26311);
double r26313 = sqrt(r26312);
double r26314 = log(r26313);
double r26315 = a;
double r26316 = r26310 - r26315;
double r26317 = r26314 * r26316;
double r26318 = pow(r26309, r26317);
double r26319 = sin(r26318);
return r26319;
}



Bits error versus a



Bits error versus b
Results
Initial program 0.1
rmApplied add-sqr-sqrt0.1
Applied sqrt-prod0.1
Applied unpow-prod-down0.1
rmApplied add-exp-log0.1
Applied pow-exp0.1
Applied add-exp-log0.1
Applied pow-exp0.1
Applied prod-exp0.1
Simplified0.1
rmApplied add-log-exp0.1
Applied exp-to-pow0.1
Final simplification0.1
herbie shell --seed 2020036 +o rules:numerics
(FPCore (a b)
:name "Random Jason Timeout Test 003"
:precision binary64
(sin (pow (sqrt (atan2 b b)) (- b a))))