\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 r27472 = b;
double r27473 = atan2(r27472, r27472);
double r27474 = sqrt(r27473);
double r27475 = a;
double r27476 = r27472 - r27475;
double r27477 = pow(r27474, r27476);
double r27478 = sin(r27477);
return r27478;
}
double f(double a, double b) {
double r27479 = b;
double r27480 = atan2(r27479, r27479);
double r27481 = a;
double r27482 = r27479 - r27481;
double r27483 = 0.5;
double r27484 = r27482 * r27483;
double r27485 = pow(r27480, r27484);
double r27486 = sin(r27485);
return r27486;
}



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))))