Add a method to coerce a small value near zero to 0
Add a method to MathNet.Numerics.Number to coerce a small value (smaller than a relative accuracy) near 0 to a real 0.
2
votes
Implemented in revision 478.
1 comment
-
AdminChristoph Rüegg
(Admin, Math.NET) commented
Tracked as IRID-183. Note that for zero we have to use an absolute accuracy, not a relative one (as default we use the default relative accuracy, relative to 1)