From: Davide P.C. <dp...@un...> - 2005-08-24 19:10:54
|
OK, I've changed the way Parser Reals stringify themselves to not use the (fuzzy) check for zero that I was using, and instead use the zeroLevelTol value directly, and only convert to zero when the value is less than that. This should take care of the problems most of you had with the current behavior when absolute tolerances are in effect. Get the current lib/Parser/Real.pm to get the new behavior. Davide |