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 r129675 = b;
        double r129676 = atan2(r129675, r129675);
        double r129677 = sqrt(r129676);
        double r129678 = a;
        double r129679 = r129675 - r129678;
        double r129680 = pow(r129677, r129679);
        double r129681 = sin(r129680);
        return r129681;
}

Reproduce

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