


Bits error versus a



Bits error versus b_2



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