Use the --timeout flag to change the timeout.
\left(\left(x - \left(y - 1\right) \cdot z\right) - \left(t - 1\right) \cdot a\right) + \left(\left(y + t\right) - 2\right) \cdot b
double code(double x, double y, double z, double t, double a, double b) {
return ((double) (((double) (((double) (x - ((double) (((double) (y - 1.0)) * z)))) - ((double) (((double) (t - 1.0)) * a)))) + ((double) (((double) (((double) (y + t)) - 2.0)) * b))));
}
herbie shell --seed 2020150
(FPCore (x y z t a b)
:name "Statistics.Distribution.Beta:$centropy from math-functions-0.1.5.2"
:precision binary64
(+ (- (- x (* (- y 1.0) z)) (* (- t 1.0) a)) (* (- (+ y t) 2.0) b)))