NAME Parv::Util::Number - Collection of number related functions SYNOPSIS use Parv::Util::Number qw(all); use Parv::Util::Number qw( power ) ; DESCRIPTION Parv::Util::Sort, 0.00, is functional module. Import the subroutines as desired; nothing is exported implicitly. To import all the subs ... use Parv::Util::Number qw(all); To import only 'power' ... use Parv::Util::Number qw( power ); INTERFACE &power *Input*: Base: A number or an plain array reference Exponent: A number or an plain array reference Format: Format to use for rounding; results are rounded only if it is given *Output*: An array reference containing the products (Base^Exponent)