\sin \left({\left(\sqrt{\tan^{-1}_* \frac{b}{b}}\right)}^{\left(b - a\right)}\right)\sin \left({\left(\log \left(e^{\sqrt{\tan^{-1}_* \frac{b}{b}}}\right)\right)}^{\left(b - a\right)}\right)double f(double a, double b) {
double r3580 = b;
double r3581 = atan2(r3580, r3580);
double r3582 = sqrt(r3581);
double r3583 = a;
double r3584 = r3580 - r3583;
double r3585 = pow(r3582, r3584);
double r3586 = sin(r3585);
return r3586;
}
double f(double a, double b) {
double r3587 = b;
double r3588 = atan2(r3587, r3587);
double r3589 = sqrt(r3588);
double r3590 = exp(r3589);
double r3591 = log(r3590);
double r3592 = a;
double r3593 = r3587 - r3592;
double r3594 = pow(r3591, r3593);
double r3595 = sin(r3594);
return r3595;
}



Bits error versus a



Bits error versus b
Results
Initial program 0.1
rmApplied add-log-exp0.1
Final simplification0.1
herbie shell --seed 2020060
(FPCore (a b)
:name "Random Jason Timeout Test 015"
:precision binary64
(sin (pow (sqrt (atan2 b b)) (- b a))))