\sin \left({\left(\sqrt{\tan^{-1}_* \frac{b}{b}}\right)}^{\left(b - a\right)}\right)\sin \left(e^{\log \left({\left(\sqrt{\sqrt{\tan^{-1}_* \frac{b}{b}}}\right)}^{\left(b - a\right)}\right)} \cdot e^{\left(\left(b - a\right) \cdot \log \left(\tan^{-1}_* \frac{b}{b}\right)\right) \cdot \frac{1}{4}}\right)double f(double a, double b) {
double r9279 = b;
double r9280 = atan2(r9279, r9279);
double r9281 = sqrt(r9280);
double r9282 = a;
double r9283 = r9279 - r9282;
double r9284 = pow(r9281, r9283);
double r9285 = sin(r9284);
return r9285;
}
double f(double a, double b) {
double r9286 = b;
double r9287 = atan2(r9286, r9286);
double r9288 = sqrt(r9287);
double r9289 = sqrt(r9288);
double r9290 = a;
double r9291 = r9286 - r9290;
double r9292 = pow(r9289, r9291);
double r9293 = log(r9292);
double r9294 = exp(r9293);
double r9295 = log(r9287);
double r9296 = r9291 * r9295;
double r9297 = 0.25;
double r9298 = r9296 * r9297;
double r9299 = exp(r9298);
double r9300 = r9294 * r9299;
double r9301 = sin(r9300);
return r9301;
}



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 pow1/20.1
Applied sqrt-pow10.1
Applied pow-pow0.1
Simplified0.1
rmApplied add-exp-log0.1
Applied pow-exp0.1
Simplified0.1
rmApplied add-exp-log0.1
Applied pow-exp0.1
Simplified0.1
Final simplification0.1
herbie shell --seed 2020042 +o rules:numerics
(FPCore (a b)
:name "Random Jason Timeout Test 015"
:precision binary64
(sin (pow (sqrt (atan2 b b)) (- b a))))