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 r130180 = b;
double r130181 = atan2(r130180, r130180);
double r130182 = sqrt(r130181);
double r130183 = a;
double r130184 = r130180 - r130183;
double r130185 = pow(r130182, r130184);
double r130186 = sin(r130185);
return r130186;
}
herbie shell --seed 2019303
(FPCore (a b)
:name "Random Jason Timeout Test 003"
:precision binary64
(sin (pow (sqrt (atan2 b b)) (- b a))))