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 r130542 = b;
        double r130543 = atan2(r130542, r130542);
        double r130544 = sqrt(r130543);
        double r130545 = a;
        double r130546 = r130542 - r130545;
        double r130547 = pow(r130544, r130546);
        double r130548 = sin(r130547);
        return r130548;
}

Reproduce

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