\sin \left({\left(\sqrt{\tan^{-1}_* \frac{b}{b}}\right)}^{\left(b - a\right)}\right)\sin \left({\left(\tan^{-1}_* \frac{b}{b}\right)}^{\left(\frac{1}{2} \cdot \left(b - a\right)\right)}\right)double f(double a, double b) {
double r12513 = b;
double r12514 = atan2(r12513, r12513);
double r12515 = sqrt(r12514);
double r12516 = a;
double r12517 = r12513 - r12516;
double r12518 = pow(r12515, r12517);
double r12519 = sin(r12518);
return r12519;
}
double f(double a, double b) {
double r12520 = b;
double r12521 = atan2(r12520, r12520);
double r12522 = 0.5;
double r12523 = a;
double r12524 = r12520 - r12523;
double r12525 = r12522 * r12524;
double r12526 = pow(r12521, r12525);
double r12527 = sin(r12526);
return r12527;
}



Bits error versus a



Bits error versus b
Results
Initial program 0.1
rmApplied pow1/20.1
Applied pow-pow0.1
Final simplification0.1
herbie shell --seed 2019209 +o rules:numerics
(FPCore (a b)
:name "Random Jason Timeout Test 015"
:precision binary64
(sin (pow (sqrt (atan2 b b)) (- b a))))