


Bits error versus a



Bits error versus b/2



Bits error versus c
if b/2 < -2.437255775893752e-64Initial program 53.3
Taylor expanded around -inf 18.9
Applied simplify8.3
if -2.437255775893752e-64 < b/2 < 1.0828682995093866e+26Initial program 14.5
if 1.0828682995093866e+26 < b/2 Initial program 34.0
rmApplied clear-num34.1
Taylor expanded around inf 10.9
Applied simplify6.5
Time bar (total: 40.0s)Debug logProfile
herbie shell --seed '#(1064269945 2896236262 301053905 1701069080 1701464310 1614783279)'
(FPCore (a b/2 c)
:name "NMSE problem 3.2.1"
(/ (- (- b/2) (sqrt (- (* b/2 b/2) (* a c)))) a))