


Bits error versus x



Bits error versus eps
if (/ (/ (+ 8 (+ (* 8 (pow x 3)) (* 5/3 (pow x 6)))) (fma (fma (pow x 3) 2/3 2) (fma (fma x 2/3 1) (* x x) 2) (* (* x x) (* x x)))) 2) < 1.856984050831293Initial program 39.0
Taylor expanded around 0 1.2
rmApplied flip3--1.2
Applied simplify1.2
Taylor expanded around 0 1.2
Applied simplify1.2
if 1.856984050831293 < (/ (/ (+ 8 (+ (* 8 (pow x 3)) (* 5/3 (pow x 6)))) (fma (fma (pow x 3) 2/3 2) (fma (fma x 2/3 1) (* x x) 2) (* (* x x) (* x x)))) 2) Initial program 0.7
rmApplied add-cube-cbrt0.7
Applied simplify0.7
Applied simplify0.7
Time bar (total: 7.0m)Debug logProfile
herbie shell --seed 2018199 +o rules:numerics
(FPCore (x eps)
:name "NMSE Section 6.1 mentioned, A"
(/ (- (* (+ 1 (/ 1 eps)) (exp (- (* (- 1 eps) x)))) (* (- (/ 1 eps) 1) (exp (- (* (+ 1 eps) x))))) 2))