


Bits error versus x



Bits error versus eps
if x < 267.3067334888302Initial program 39.3
Taylor expanded around 0 1.2
rmApplied expm1-log1p-u1.2
if 267.3067334888302 < x Initial program 0.2
rmApplied fma-neg0.2
Applied simplify0.2
Time bar (total: 2.6m)Debug logProfile
herbie shell --seed '#(1064173506 2580572819 2847706409 4129882574 1125180799 1845288547)' +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))