


Bits error versus a



Bits error versus b2



Bits error versus c
if b2 < -4.930770214232589e+18Initial program 57.2
rmApplied flip-- 57.2
Applied simplify 29.1
rmApplied add-sqr-sqrt 29.2
Applied taylor 13.6
Taylor expanded around -inf 13.6
Applied simplify 1.3
if -4.930770214232589e+18 < b2 < -4.4891519221511533e-128Initial program 38.3
rmApplied flip-- 38.4
Applied simplify 17.3
rmApplied add-sqr-sqrt 17.5
if -4.4891519221511533e-128 < b2 < 4.983767219933664e+51Initial program 11.5
if 4.983767219933664e+51 < b2 Initial program 39.7
Applied taylor 0
Taylor expanded around inf 0
Time bar (total: 25.7s) Debug log
Please include this information when filing a bug report:
herbie shell --seed '#(3052192724 3812927732 3686175817 630908657 2373248591 511094450)'
(FPCore (a b2 c)
:name "NMSE problem 3.2.1, negative"
:pre (and (>= (* b2 b2) (* a c)) (!= a 0))
(/ (- (- b2) (sqrt (- (* b2 b2) (* a c)))) a))