


Bits error versus a



Bits error versus b



Bits error versus c
if b < -1.0504667469521699e+139Initial program 55.0
Taylor expanded around -inf 10.9
Applied simplify3.3
Taylor expanded around inf 3.3
Applied simplify3.3
if -1.0504667469521699e+139 < b < 3.886056802074871e+72Initial program 8.8
rmApplied add-cube-cbrt9.0
Applied sqrt-prod9.0
Applied simplify9.0
if 3.886056802074871e+72 < b Initial program 27.1
Taylor expanded around inf 6.0
Applied simplify2.4
Time bar (total: 1.2m)Debug logProfile
herbie shell --seed '#(1070991898 1055468627 4280279443 640792587 928206309 3646738750)'
(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))))