


Bits error versus x



Bits error versus y
Results
if (- (/ 2 (+ 1 (exp (* -2 x)))) 1) < -1.4687896844157279e-06Initial program 0.1
rmApplied expm1-log1p-u0.2
if -1.4687896844157279e-06 < (- (/ 2 (+ 1 (exp (* -2 x)))) 1) < 0.0Initial program 59.9
Taylor expanded around 0 0
if 0.0 < (- (/ 2 (+ 1 (exp (* -2 x)))) 1) Initial program 1.3
rmApplied add-cbrt-cube1.3
Applied simplify1.3
Time bar (total: 1.4m)Debug logProfile
herbie shell --seed '#(1072967564 1937075727 894099792 790700740 1036514779 1027793188)' +o rules:numerics
(FPCore (x y)
:name "Logistic function from Lakshay Garg"
(- (/ 2 (+ 1 (exp (* -2 x)))) 1))