


Bits error versus x



Bits error versus eps
Results
if (/ (* (* (cbrt (- (+ (* 2/3 (pow x 3)) 2) (pow x 2))) (cbrt (- (+ (* 2/3 (pow x 3)) 2) (pow x 2)))) (cbrt (- (+ (* 2/3 (pow x 3)) 2) (pow x 2)))) 2) < 3173368680.1185236Initial program 39.0
Taylor expanded around 0 1.3
rmApplied add-cbrt-cube1.3
Applied simplify1.3
Taylor expanded around 0 1.3
Applied simplify1.3
if 3173368680.1185236 < (/ (* (* (cbrt (- (+ (* 2/3 (pow x 3)) 2) (pow x 2))) (cbrt (- (+ (* 2/3 (pow x 3)) 2) (pow x 2)))) (cbrt (- (+ (* 2/3 (pow x 3)) 2) (pow x 2)))) 2) Initial program 0.0
rmApplied add-sqr-sqrt0.0
Applied associate-*r*0.0
Applied simplify0.0
Time bar (total: 3.6m)Debug logProfile
herbie shell --seed 2018296
(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))