


Bits error versus a



Bits error versus b/2



Bits error versus c
if b/2 < -1.0015408820196246e+67Initial program 38.9
rmApplied div-inv39.0
Taylor expanded around -inf 4.8
if -1.0015408820196246e+67 < b/2 < 5.905604736002757e-181Initial program 11.2
rmApplied div-inv11.3
if 5.905604736002757e-181 < b/2 < 5.667357913699899e+71Initial program 35.9
rmApplied flip-+36.0
Applied simplify16.4
if 5.667357913699899e+71 < b/2 Initial program 57.1
rmApplied flip-+57.2
Applied simplify29.4
rmApplied add-exp-log30.3
Taylor expanded around inf 16.7
Applied simplify3.0
pow expressions.Time bar (total: 1.9m)Debug logProfile
herbie shell --seed '#(1063154770 1824007522 645063331 41291047 494775821 1237684644)'
(FPCore (a b/2 c)
:name "quad2p (problem 3.2.1, positive)"
(/ (+ (- b/2) (sqrt (- (* b/2 b/2) (* a c)))) a))