


Bits error versus a



Bits error versus b



Bits error versus c
if b < -7.853185861915354e+117Initial program 32.4
Taylor expanded around -inf 6.3
Applied simplify2.0
if -7.853185861915354e+117 < b < -4.086812811986243e-293Initial program 8.2
rmApplied flip--8.2
Applied simplify8.2
if -4.086812811986243e-293 < b < 1.8918781781269702e+105Initial program 10.2
rmApplied add-cbrt-cube10.5
Applied simplify10.5
if 1.8918781781269702e+105 < b Initial program 46.3
Taylor expanded around inf 9.5
Applied simplify3.3
Time bar (total: 1.1m)Debug logProfile
herbie shell --seed '#(1064173506 2580572819 2847706409 4129882574 1125180799 1845288547)' +o rules:numerics
(FPCore (a b c)
:name "jeff quadratic root 1"
(if (>= b 0) (/ (- (- b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/ (* 2 c) (+ (- b) (sqrt (- (* b b) (* (* 4 a) c)))))))