


Bits error versus a



Bits error versus b



Bits error versus c
if b < -2.78466072871135e+69Initial program 26.4
Taylor expanded around -inf 6.9
Applied simplify3.2
if -2.78466072871135e+69 < b < 6.936239395252784e+102Initial program 8.9
rmApplied add-cube-cbrt9.3
if 6.936239395252784e+102 < b Initial program 44.9
Taylor expanded around inf 10.4
Applied simplify4.0
Taylor expanded around -inf 4.0
Applied simplify4.0
Time bar (total: 1.0m)Debug logProfile
herbie shell --seed '#(1064397287 3527694221 3797617954 1138343853 2854031332 1153838279)' +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)))))))