


Bits error versus a



Bits error versus b



Bits error versus c
Results
Initial program 55.7
Initial simplification55.7
Taylor expanded around 0 47.1
Final simplification47.1
Time bar (total: 29.3s)Debug logProfile
herbie shell --seed 2018255 +o rules:numerics
(FPCore (a b c)
:name "Quadratic roots, full range"
(/ (+ (- b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)))