in reply to Re: strange rounding
in thread strange rounding

I have found Math::Round a great package for rounding.

$perl -MMath::Round -e "print nearest(0.01, 3.14159)" 3.14

"Look, Shiny Things!" is not a better business strategy than compatibility and reuse.


OSUnderdog