Use the --timeout flag to change the timeout.
\left(x \cdot y + z \cdot t\right) + a \cdot b
double code(double x, double y, double z, double t, double a, double b) {
return (((x * y) + (z * t)) + (a * b));
}
herbie shell --seed 2020100
(FPCore (x y z t a b)
:name "Linear.V3:$cdot from linear-1.19.1.3, B"
:precision binary64
(+ (+ (* x y) (* z t)) (* a b)))