\left(\left(\left(\left(x \cdot \log y + z\right) + t\right) + a\right) + \left(b - 0.5\right) \cdot \log c\right) + y \cdot i
\left(\left(\left(\left(\left(x \cdot \left(\log \left({y}^{0.3333333333333333}\right) \cdot 2\right) + x \cdot \log \left(\sqrt[3]{y}\right)\right) + z\right) + t\right) + a\right) + \left(b - 0.5\right) \cdot \log c\right) + y \cdot i(FPCore (x y z t a b c i) :precision binary64 (+ (+ (+ (+ (+ (* x (log y)) z) t) a) (* (- b 0.5) (log c))) (* y i)))
(FPCore (x y z t a b c i)
:precision binary64
(+
(+
(+
(+
(+
(+ (* x (* (log (pow y 0.3333333333333333)) 2.0)) (* x (log (cbrt y))))
z)
t)
a)
(* (- b 0.5) (log c)))
(* y i)))double code(double x, double y, double z, double t, double a, double b, double c, double i) {
return ((double) (((double) (((double) (((double) (((double) (((double) (x * ((double) log(y)))) + z)) + t)) + a)) + ((double) (((double) (b - 0.5)) * ((double) log(c)))))) + ((double) (y * i))));
}
double code(double x, double y, double z, double t, double a, double b, double c, double i) {
return ((double) (((double) (((double) (((double) (((double) (((double) (((double) (x * ((double) (((double) log(((double) pow(y, 0.3333333333333333)))) * 2.0)))) + ((double) (x * ((double) log(((double) cbrt(y)))))))) + z)) + t)) + a)) + ((double) (((double) (b - 0.5)) * ((double) log(c)))))) + ((double) (y * i))));
}



Bits error versus x



Bits error versus y



Bits error versus z



Bits error versus t



Bits error versus a



Bits error versus b



Bits error versus c



Bits error versus i
Results
Initial program 0.1
rmApplied add-cube-cbrt_binary640.1
Applied log-prod_binary640.1
Applied distribute-lft-in_binary640.1
Simplified0.1
rmApplied pow1/3_binary640.1
Final simplification0.1
herbie shell --seed 2020205
(FPCore (x y z t a b c i)
:name "Numeric.SpecFunctions:logBeta from math-functions-0.1.5.2, B"
:precision binary64
(+ (+ (+ (+ (+ (* x (log y)) z) t) a) (* (- b 0.5) (log c))) (* y i)))