


Bits error versus x



Bits error versus eps
Results
if x < 2.5163976094729574Initial program 39.2
Taylor expanded around 0 1.2
rmApplied add-log-exp1.2
Taylor expanded around 0 1.2
if 2.5163976094729574 < x Initial program 0.4
rmApplied add-cube-cbrt0.4
Applied associate-*r*0.4
Time bar (total: 2.8m)Debug logProfile
herbie shell --seed 2018206
(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))