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 r18631 = b;
double r18632 = atan2(r18631, r18631);
double r18633 = sqrt(r18632);
double r18634 = a;
double r18635 = r18631 - r18634;
double r18636 = pow(r18633, r18635);
double r18637 = sin(r18636);
return r18637;
}
herbie shell --seed 2019235
(FPCore (a b)
:name "Random Jason Timeout Test 015"
:precision binary64
(sin (pow (sqrt (atan2 b b)) (- b a))))