


Bits error versus a



Bits error versus b
Results
Initial program 29.3
Initial simplification7.5
Final simplification7.5
Time bar (total: 9.9s)Debug logProfile
| Baseline | Herbie | Oracle | Span | % | |
|---|---|---|---|---|---|
| Regimes | 7.5 | 7.5 | 7.5 | 0.0 | 0% |
herbie shell --seed 2018354 +o rules:numerics
(FPCore (a b)
:name "Eccentricity of an ellipse"
:pre (<= 0 b a 1)
(sqrt (fabs (/ (- (* a a) (* b b)) (* a a)))))