


Bits error versus x



Bits error versus y
Results
if x < -0.00557478305513744 or 0.007246948837384183 < x Initial program 0.0
Taylor expanded around -inf 0.0
if -0.00557478305513744 < x < 0.007246948837384183Initial program 59.2
Taylor expanded around -inf 59.2
Taylor expanded around 0 0.0
Final simplification0.0
herbie shell --seed 2019030 +o rules:numerics
(FPCore (x y)
:name "Logistic function from Lakshay Garg"
(- (/ 2 (+ 1 (exp (* -2 x)))) 1))