


Bits error versus a



Bits error versus b/2



Bits error versus c
if b/2 < -3.6739491154146663e+114Initial program 49.1
Taylor expanded around -inf 3.2
if -3.6739491154146663e+114 < b/2 < 2.046828728801563e-87Initial program 12.0
rmApplied clear-num12.1
if 2.046828728801563e-87 < b/2 Initial program 52.2
rmApplied flip-+52.3
Applied simplify24.9
Taylor expanded around inf 20.2
Applied simplify9.2
Time bar (total: 47.0s)Debug logProfile
herbie shell --seed '#(1070100504 930361288 1279167582 284574201 1450237281 2578255382)' +o rules:numerics
(FPCore (a b/2 c)
:name "quad2p (problem 3.2.1, positive)"
(/ (+ (- b/2) (sqrt (- (* b/2 b/2) (* a c)))) a))