


Bits error versus a



Bits error versus b



Bits error versus c
if b < -1.672310605923571e+123Initial program 33.6
Taylor expanded around -inf 6.3
Applied simplify1.7
rmApplied clear-num2.5
Applied simplify2.4
if -1.672310605923571e+123 < b < 1.2232114636131862e+66Initial program 8.8
rmApplied add-cube-cbrt9.3
if 1.2232114636131862e+66 < b Initial program 38.3
Taylor expanded around inf 10.2
Applied simplify4.4
Time bar (total: 47.9s)Debug logProfile
herbie shell --seed '#(1070100504 930361288 1279167582 284574201 1450237281 2578255382)'
(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)))))))