


Bits error versus a



Bits error versus b/2



Bits error versus c
if (/ -1/2 b/2) < -1.4413313324502473e-120Initial program 8.2
rmApplied div-inv8.4
if -1.4413313324502473e-120 < (/ -1/2 b/2) < -2.1674379230769204e-302Initial program 48.4
Taylor expanded around inf 11.1
Applied simplify3.7
if -2.1674379230769204e-302 < (/ -1/2 b/2) < 1.4437870408838008e+61Initial program 53.1
Taylor expanded around -inf 20.0
Applied simplify9.3
if 1.4437870408838008e+61 < (/ -1/2 b/2) Initial program 21.6
rmApplied flip--21.8
Applied simplify17.4
Applied simplify17.4
Time bar (total: 1.7m)Debug logProfile
herbie shell --seed '#(1070706311 3771791028 4128836681 4194990999 2341756049 504035650)' +o rules:numerics
(FPCore (a b/2 c)
:name "NMSE problem 3.2.1"
(/ (- (- b/2) (sqrt (- (* b/2 b/2) (* a c)))) a))