Use the --timeout flag to change the timeout.
\sin \left({\left(\sqrt{\tan^{-1}_* \frac{b}{b}}\right)}^{\left(b - a\right)}\right)double f(double a, double b) {
double r160561 = b;
double r160562 = atan2(r160561, r160561);
double r160563 = sqrt(r160562);
double r160564 = a;
double r160565 = r160561 - r160564;
double r160566 = pow(r160563, r160565);
double r160567 = sin(r160566);
return r160567;
}
herbie shell --seed 2019346 +o rules:numerics
(FPCore (a b)
:name "Random Jason Timeout Test 015"
:precision binary64
(sin (pow (sqrt (atan2 b b)) (- b a))))