


Bits error versus x



Bits error versus eps
Results
if (/ (- (+ 2 (* 2/3 (pow x 3))) (pow x 2)) 2) < 73548.29652515777Initial program 38.8
Taylor expanded around 0 1.1
if 73548.29652515777 < (/ (- (+ 2 (* 2/3 (pow x 3))) (pow x 2)) 2) Initial program 0.2
rmApplied add-sqr-sqrt0.2
Applied associate-*r*0.2
Time bar (total: 7.2m)Debug logProfile
herbie shell --seed '#(1072936661 1621281212 3440817831 3219514234 460296804 1258167384)'
(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))