\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 r13148 = b;
double r13149 = atan2(r13148, r13148);
double r13150 = sqrt(r13149);
double r13151 = a;
double r13152 = r13148 - r13151;
double r13153 = pow(r13150, r13152);
double r13154 = sin(r13153);
return r13154;
}
double f(double a, double b) {
double r13155 = b;
double r13156 = atan2(r13155, r13155);
double r13157 = 0.5;
double r13158 = a;
double r13159 = r13155 - r13158;
double r13160 = r13157 * r13159;
double r13161 = pow(r13156, r13160);
double r13162 = sin(r13161);
return r13162;
}



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