\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 r17099 = b;
double r17100 = atan2(r17099, r17099);
double r17101 = sqrt(r17100);
double r17102 = a;
double r17103 = r17099 - r17102;
double r17104 = pow(r17101, r17103);
double r17105 = sin(r17104);
return r17105;
}
double f(double a, double b) {
double r17106 = b;
double r17107 = atan2(r17106, r17106);
double r17108 = 0.5;
double r17109 = a;
double r17110 = r17106 - r17109;
double r17111 = r17108 * r17110;
double r17112 = pow(r17107, r17111);
double r17113 = sin(r17112);
return r17113;
}



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 015"
:precision binary64
(sin (pow (sqrt (atan2 b b)) (- b a))))