\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 r4454 = b;
double r4455 = atan2(r4454, r4454);
double r4456 = sqrt(r4455);
double r4457 = a;
double r4458 = r4454 - r4457;
double r4459 = pow(r4456, r4458);
double r4460 = sin(r4459);
return r4460;
}
double f(double a, double b) {
double r4461 = b;
double r4462 = atan2(r4461, r4461);
double r4463 = 0.5;
double r4464 = a;
double r4465 = r4461 - r4464;
double r4466 = r4463 * r4465;
double r4467 = pow(r4462, r4466);
double r4468 = sin(r4467);
return r4468;
}



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 2020062
(FPCore (a b)
:name "Random Jason Timeout Test 015"
:precision binary64
(sin (pow (sqrt (atan2 b b)) (- b a))))