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 r115617 = b;
        double r115618 = atan2(r115617, r115617);
        double r115619 = sqrt(r115618);
        double r115620 = a;
        double r115621 = r115617 - r115620;
        double r115622 = pow(r115619, r115621);
        double r115623 = sin(r115622);
        return r115623;
}

Reproduce

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