


Bits error versus a



Bits error versus b



Bits error versus c
if b < -3.3678017410317916e+114Initial program 32.5
Taylor expanded around -inf 6.4
Applied simplify1.9
if -3.3678017410317916e+114 < b < 1.2232114636131862e+66Initial program 8.9
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: 54.6s)Debug logProfile
herbie shell --seed '#(1070100504 930361288 1279167582 284574201 1450237281 2578255382)' +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)))))))