


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 simplify1.9
if -7.853185861915354e+117 < b < -4.086812811986243e-293 or 1.8918781781269702e+105 < b Initial program 20.1
Taylor expanded around inf 8.6
Applied simplify6.6
if -4.086812811986243e-293 < b < 1.8918781781269702e+105Initial program 10.2
rmApplied add-cbrt-cube10.5
Applied simplify10.5
Time bar (total: 58.2s)Debug logProfile
herbie shell --seed '#(1064173506 2580572819 2847706409 4129882574 1125180799 1845288547)'
(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)))))))