Timeout in 10.0m

Use the --timeout flag to change the timeout.

\[\sin \left({\left(\sqrt{\tan^{-1}_* \frac{b}{b}}\right)}^{\left(b - a\right)}\right)\]
\sin \left({\left(\sqrt{\tan^{-1}_* \frac{b}{b}}\right)}^{\left(b - a\right)}\right)
double f(double a, double b) {
        double r126247 = b;
        double r126248 = atan2(r126247, r126247);
        double r126249 = sqrt(r126248);
        double r126250 = a;
        double r126251 = r126247 - r126250;
        double r126252 = pow(r126249, r126251);
        double r126253 = sin(r126252);
        return r126253;
}

Reproduce

herbie shell --seed 2019303 
(FPCore (a b)
  :name "Random Jason Timeout Test 015"
  :precision binary64
  (sin (pow (sqrt (atan2 b b)) (- b a))))