\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(\left(b - a\right) \cdot \frac{1}{2}\right)}\right)double f(double a, double b) {
double r27465 = b;
double r27466 = atan2(r27465, r27465);
double r27467 = sqrt(r27466);
double r27468 = a;
double r27469 = r27465 - r27468;
double r27470 = pow(r27467, r27469);
double r27471 = sin(r27470);
return r27471;
}
double f(double a, double b) {
double r27472 = b;
double r27473 = atan2(r27472, r27472);
double r27474 = a;
double r27475 = r27472 - r27474;
double r27476 = 0.5;
double r27477 = r27475 * r27476;
double r27478 = pow(r27473, r27477);
double r27479 = sin(r27478);
return r27479;
}



Bits error versus a



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