\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 r21213 = b;
double r21214 = atan2(r21213, r21213);
double r21215 = sqrt(r21214);
double r21216 = a;
double r21217 = r21213 - r21216;
double r21218 = pow(r21215, r21217);
double r21219 = sin(r21218);
return r21219;
}
double f(double a, double b) {
double r21220 = b;
double r21221 = atan2(r21220, r21220);
double r21222 = 0.5;
double r21223 = a;
double r21224 = r21220 - r21223;
double r21225 = r21222 * r21224;
double r21226 = pow(r21221, r21225);
double r21227 = sin(r21226);
return r21227;
}



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 2019326 +o rules:numerics
(FPCore (a b)
:name "Random Jason Timeout Test 003"
:precision binary64
(sin (pow (sqrt (atan2 b b)) (- b a))))