I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2005-03-03 13:40:48-08 by packat
Multidimensional array rounding
Greetings! Glad to see CPAN finally talk! I am not sure if Math-Stat is the right module to post my question in. My question involves a more generic math function. Couldn't find a proper module so I jst stick it here. Recently, I came upon the following interesting rounding problem, where I need to round off a two (or more) dimensional matrix of small real numbers, say between 1-0, while preserving the round value of total and subtotal. After searching CPAN and the web, I came up empty. I might have used wrong key words. I ended up writing a perl script to do the job. The results have been tested succesfully. My question is, does there exist a perl module that has this funciton? And if there isn't, would anyone be interested? I am very new to perl and the script is not very polished. Thanks, packat
Direct Responses: 204 | Write a response
Posted on 2005-03-10 17:33:35-08 by szabgab in response to 179
Re: Multidimensional array rounding
Hi

Actually this is not the right place :).

In the future there will be more generic forums here such as Math but till then you'd be better off posting this message either on Perl Monks or on the modul-authors mailing list.

Direct Responses: Write a response