


Bits error versus a



Bits error versus b



Bits error versus c
if b < -9.391291688981059e+55Initial program 37.7
Taylor expanded around -inf 10.2
Applied simplify5.1
if -9.391291688981059e+55 < b < 4.737645349870033e+102Initial program 8.9
rmApplied add-cube-cbrt9.1
Applied sqrt-prod9.1
Applied simplify9.1
if 4.737645349870033e+102 < b Initial program 30.9
Taylor expanded around inf 6.9
Applied simplify2.7
Taylor expanded around -inf 2.7
Time bar (total: 51.8s)Debug logProfile
herbie shell --seed '#(1064397287 3527694221 3797617954 1138343853 2854031332 1153838279)'
(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))))