


Bits error versus a



Bits error versus b/2



Bits error versus c
if b/2 < -2.7585447160865545e+141Initial program 56.0
Taylor expanded around -inf 3.1
if -2.7585447160865545e+141 < b/2 < 2.1211641477528324e-79Initial program 12.2
if 2.1211641477528324e-79 < b/2 Initial program 52.4
Taylor expanded around inf 20.1
Applied simplify9.2
pow expressions.Time bar (total: 46.8s)Debug logProfile
herbie shell --seed '#(1063313015 2771194459 1594909340 1344785158 2223560818 546365448)'
(FPCore (a b/2 c)
:name "quad2p (problem 3.2.1, positive)"
(/ (+ (- b/2) (sqrt (- (* b/2 b/2) (* a c)))) a))