\sin \left({\left(\sqrt{\tan^{-1}_* \frac{b}{b}}\right)}^{\left(b - a\right)}\right)\sin \left({\left(e^{2}\right)}^{\left(\log \left(\sqrt{\sqrt{\tan^{-1}_* \frac{b}{b}}}\right) \cdot \left(b - a\right)\right)}\right)double f(double a, double b) {
double r9019 = b;
double r9020 = atan2(r9019, r9019);
double r9021 = sqrt(r9020);
double r9022 = a;
double r9023 = r9019 - r9022;
double r9024 = pow(r9021, r9023);
double r9025 = sin(r9024);
return r9025;
}
double f(double a, double b) {
double r9026 = 2.0;
double r9027 = exp(r9026);
double r9028 = b;
double r9029 = atan2(r9028, r9028);
double r9030 = sqrt(r9029);
double r9031 = sqrt(r9030);
double r9032 = log(r9031);
double r9033 = a;
double r9034 = r9028 - r9033;
double r9035 = r9032 * r9034;
double r9036 = pow(r9027, r9035);
double r9037 = sin(r9036);
return r9037;
}



Bits error versus a



Bits error versus b
Results
Initial program 0.1
rmApplied add-sqr-sqrt0.1
Applied sqrt-prod0.1
Applied unpow-prod-down0.1
rmApplied add-exp-log0.1
Applied pow-exp0.1
Applied add-exp-log0.1
Applied pow-exp0.1
Applied prod-exp0.1
Simplified0.1
rmApplied add-log-exp0.1
Applied exp-to-pow0.1
Final simplification0.1
herbie shell --seed 2020036 +o rules:numerics
(FPCore (a b)
:name "Random Jason Timeout Test 015"
:precision binary64
(sin (pow (sqrt (atan2 b b)) (- b a))))