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 r120768 = b;
        double r120769 = atan2(r120768, r120768);
        double r120770 = sqrt(r120769);
        double r120771 = a;
        double r120772 = r120768 - r120771;
        double r120773 = pow(r120770, r120772);
        double r120774 = sin(r120773);
        return r120774;
}

Reproduce

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