


Bits error versus a



Bits error versus b/2



Bits error versus c
if b/2 < -2.7887640869868202e+101Initial program 44.9
Taylor expanded around -inf 9.4
Applied simplify3.6
if -2.7887640869868202e+101 < b/2 < 1.3310796105836453e-210Initial program 10.8
rmApplied add-cube-cbrt11.1
Applied fma-def11.1
if 1.3310796105836453e-210 < b/2 < 4.1096217777624155e+104Initial program 36.0
rmApplied flip-+36.1
Applied simplify16.4
if 4.1096217777624155e+104 < b/2 Initial program 59.4
rmApplied flip-+59.4
Applied simplify32.9
Taylor expanded around inf 14.7
Applied simplify2.2
Time bar (total: 51.2s)Debug logProfile
herbie shell --seed '#(1064173506 2580572819 2847706409 4129882574 1125180799 1845288547)' +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))