\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 r21221 = b;
double r21222 = atan2(r21221, r21221);
double r21223 = sqrt(r21222);
double r21224 = a;
double r21225 = r21221 - r21224;
double r21226 = pow(r21223, r21225);
double r21227 = sin(r21226);
return r21227;
}
double f(double a, double b) {
double r21228 = b;
double r21229 = atan2(r21228, r21228);
double r21230 = 0.5;
double r21231 = a;
double r21232 = r21228 - r21231;
double r21233 = r21230 * r21232;
double r21234 = pow(r21229, r21233);
double r21235 = sin(r21234);
return r21235;
}



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