


Bits error versus a



Bits error versus b



Bits error versus c
if b < -6.694917605099744e-293Initial program 17.4
Applied simplify17.4
rmApplied add-cbrt-cube17.4
Applied simplify17.4
if -6.694917605099744e-293 < b < 7.348936897447734e+109Initial program 9.5
Applied simplify9.5
rmApplied flip--9.6
Applied simplify9.6
if 7.348936897447734e+109 < b Initial program 46.3
Applied simplify46.3
Taylor expanded around 0 3.7
Taylor expanded around 0 3.7
Time bar (total: 1.1m)Debug logProfile
herbie shell --seed '#(1070864556 424010669 783715395 1203517814 4070606583 4107618214)' +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)))))))