


Bits error versus a



Bits error versus b_2



Bits error versus c
Results
if (/ c (* (- 1/2) (/ c b_2))) < -1.8880332828951593e+155Initial program 53.5
Taylor expanded around inf 10.1
Applied simplify2.2
if -1.8880332828951593e+155 < (/ c (* (- 1/2) (/ c b_2))) < 7.181741203934953e-127Initial program 11.7
rmApplied div-sub11.7
if 7.181741203934953e-127 < (/ c (* (- 1/2) (/ c b_2))) < 4.104256134440555e+92Initial program 41.9
rmApplied flip--41.9
Applied simplify15.1
Applied simplify15.1
rmApplied div-inv15.2
if 4.104256134440555e+92 < (/ c (* (- 1/2) (/ c b_2))) Initial program 57.0
rmApplied flip--57.0
Applied simplify31.0
Applied simplify31.0
Taylor expanded around -inf 14.0
Applied simplify2.6
Time bar (total: 1.8m)Debug logProfile
herbie shell --seed 2018193
(FPCore (a b_2 c)
:name "NMSE problem 3.2.1"
(/ (- (- b_2) (sqrt (- (* b_2 b_2) (* a c)))) a))