Math::Round

Perl extension for rounding numbers
Download

Math::Round Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Geoffrey Rommel
  • Publisher web site:
  • http://search.cpan.org/~grommel/

Math::Round Tags


Math::Round Description

Perl extension for rounding numbers Math::Round is a Perl module that supplies functions that will round numbers in different ways. The functions round and nearest are exported by default; others are available as described below. "use ... qw(:all)" exports all functions.SYNOPSIS use Math::Round qw(...those desired... or :all); $rounded = round($scalar); @rounded = round(LIST...); $rounded = nearest($target, $scalar); @rounded = nearest($target, LIST...); # and other functions as described below Requirements: · Perl


Math::Round Related Software