


Bits error versus a



Bits error versus b



Bits error versus c
if b < -5.717288898696744e+88Initial program 41.4
Taylor expanded around -inf 9.0
Applied simplify4.5
if -5.717288898696744e+88 < b < 1.437759751871048e+105Initial program 8.4
rmApplied add-exp-log10.1
if 1.437759751871048e+105 < b Initial program 30.5
Taylor expanded around inf 6.4
Applied simplify2.5
Time bar (total: 1.4m)Debug logProfile
herbie shell --seed '#(1070833653 108281690 3330367898 3632331308 3494323072 43156186)'
(FPCore (a b c)
:name "jeff quadratic root 2"
(if (>= b 0) (/ (* 2 c) (- (- b) (sqrt (- (* b b) (* (* 4 a) c))))) (/ (+ (- b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a))))