


Bits error versus x
Results
if (sqrt (/ (- (exp (* 2 x)) 1) (- (exp x) 1))) < 1.1014398386837931Initial program 0.0
rmApplied flip--0.0
if 1.1014398386837931 < (sqrt (/ (- (exp (* 2 x)) 1) (- (exp x) 1))) Initial program 59.5
Taylor expanded around 0 0.7
Final simplification0.5
Time bar (total: 3.1m)Debug logProfile
herbie shell --seed 2018214
(FPCore (x)
:name "sqrtexp (problem 3.4.4)"
(sqrt (/ (- (exp (* 2 x)) 1) (- (exp x) 1))))