


Bits error versus a



Bits error versus b/2



Bits error versus c
if b/2 < -4.875936993783049e+141Initial program 55.6
rmApplied div-inv55.6
Taylor expanded around -inf 1.7
if -4.875936993783049e+141 < b/2 < 1.3494734340855852e-85Initial program 12.0
rmApplied div-inv12.1
if 1.3494734340855852e-85 < b/2 < 2.6194560282945965e+84Initial program 42.6
rmApplied flip-+42.7
Applied simplify14.3
if 2.6194560282945965e+84 < b/2 Initial program 58.2
rmApplied flip-+58.3
Applied simplify30.6
Taylor expanded around inf 14.2
Applied simplify2.4
Time bar (total: 45.2s)Debug logProfile
herbie shell --seed '#(1070131407 1246090267 3027482374 2150728003 2026520792 2347815650)'
(FPCore (a b/2 c)
:name "quad2p (problem 3.2.1, positive)"
(/ (+ (- b/2) (sqrt (- (* b/2 b/2) (* a c)))) a))