New module for rounding (!)

2000-10-20 Thread grommel
Yes, I am proposing a Perl module for rounding numbers, to be called Math::Round. This may seem like an odd thing to suggest, but rounding numbers can be a little tricky, and I have sometimes found myself wishing for functions like these. The module would include the following functions: round:

New namespace requested

1999-12-14 Thread GRommel
I would like a new namespace, Sort::Indices. A brief description follows. Danke. Sort::Indices supplies a function that accepts a list and, instead of returning the same list in a sorted form, returns the indices that would result in a sorted list. For example: sortind(qw/m o z a r t/) ret