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