


Bits error versus x



Bits error versus y



Bits error versus z
Results
if (fabs (- (/ (+ x 4) y) (* (* x (* (cbrt (/ z y)) (cbrt (/ z y)))) (* (cbrt z) (cbrt (/ 1 y)))))) < 2.0608239838679237e+306Initial program 1.6
rmApplied div-inv1.7
Applied associate-*l*0.1
Applied simplify0.1
if 2.0608239838679237e+306 < (fabs (- (/ (+ x 4) y) (* (* x (* (cbrt (/ z y)) (cbrt (/ z y)))) (* (cbrt z) (cbrt (/ 1 y)))))) Initial program 0.1
rmApplied div-inv0.2
Applied associate-*l*55.7
Applied simplify55.7
rmApplied div-inv55.7
Applied associate-*r*0.8
Time bar (total: 45.3s)Debug logProfile
herbie shell --seed 2018208
(FPCore (x y z)
:name "fabs fraction 1"
(fabs (- (/ (+ x 4) y) (* (/ x y) z))))