\sin \left({\left(\sqrt{\tan^{-1}_* \frac{b}{b}}\right)}^{\left(b - a\right)}\right)\sin \left(e^{\log \left({\left(\sqrt{\sqrt{\tan^{-1}_* \frac{b}{b}}}\right)}^{\left(b - a\right)}\right)} \cdot e^{\log \left(\tan^{-1}_* \frac{b}{b}\right) \cdot \frac{b - a}{4}}\right)double f(double a, double b) {
double r17369 = b;
double r17370 = atan2(r17369, r17369);
double r17371 = sqrt(r17370);
double r17372 = a;
double r17373 = r17369 - r17372;
double r17374 = pow(r17371, r17373);
double r17375 = sin(r17374);
return r17375;
}
double f(double a, double b) {
double r17376 = b;
double r17377 = atan2(r17376, r17376);
double r17378 = sqrt(r17377);
double r17379 = sqrt(r17378);
double r17380 = a;
double r17381 = r17376 - r17380;
double r17382 = pow(r17379, r17381);
double r17383 = log(r17382);
double r17384 = exp(r17383);
double r17385 = log(r17377);
double r17386 = 4.0;
double r17387 = r17381 / r17386;
double r17388 = r17385 * r17387;
double r17389 = exp(r17388);
double r17390 = r17384 * r17389;
double r17391 = sin(r17390);
return r17391;
}



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 pow1/20.1
Applied sqrt-pow10.1
Applied pow-pow0.1
Simplified0.1
rmApplied add-exp-log0.1
Applied pow-exp0.1
Simplified0.1
rmApplied add-exp-log0.1
Applied pow-exp0.1
Simplified0.1
Final simplification0.1
herbie shell --seed 2020042 +o rules:numerics
(FPCore (a b)
:name "Random Jason Timeout Test 003"
:precision binary64
(sin (pow (sqrt (atan2 b b)) (- b a))))