\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
\left(\left(x - \left(y - 1\right) \cdot z\right) - \left(t - 1\right) \cdot a\right) + \left(\sqrt[3]{\left(y + t\right) - 2} \cdot \sqrt[3]{\left(y + t\right) - 2}\right) \cdot \left(\sqrt[3]{\left(y + t\right) - 2} \cdot b\right)double code(double x, double y, double z, double t, double a, double b) {
return (((x - ((y - 1.0) * z)) - ((t - 1.0) * a)) + (((y + t) - 2.0) * b));
}
double code(double x, double y, double z, double t, double a, double b) {
return (((x - ((y - 1.0) * z)) - ((t - 1.0) * a)) + ((cbrt(((y + t) - 2.0)) * cbrt(((y + t) - 2.0))) * (cbrt(((y + t) - 2.0)) * b)));
}



Bits error versus x



Bits error versus y



Bits error versus z



Bits error versus t



Bits error versus a



Bits error versus b
Results
Initial program 0.0
rmApplied add-cube-cbrt0.4
Applied associate-*l*0.5
Final simplification0.5
herbie shell --seed 2020078
(FPCore (x y z t a b)
:name "Statistics.Distribution.Beta:$centropy from math-functions-0.1.5.2"
:precision binary64
(+ (- (- x (* (- y 1) z)) (* (- t 1) a)) (* (- (+ y t) 2) b)))