diff options
Diffstat (limited to 'MDK/Common/Math.pm')
-rw-r--r-- | MDK/Common/Math.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MDK/Common/Math.pm b/MDK/Common/Math.pm index c467150..c49c828 100644 --- a/MDK/Common/Math.pm +++ b/MDK/Common/Math.pm @@ -52,7 +52,7 @@ C<($a, $b) = divide(10,3)> gives C<$a is 3> and C<$b is 1> =item min(LIST) =item max(LIST) - + returns the minimum/maximum number in the list =item or_(LIST) |