


Bits error versus x



Bits error versus eps
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 fma-neg0.4
Applied simplify0.4
Time bar (total: 3.3m)Debug logProfile
herbie shell --seed 2018206 +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))