in reply to Ceiling elements of an array!
The POSIX module (part of the standard perl distribution) implements ceil(), floor(), and a number of other mathematical and trigonometric functions.
Example,use POSIX; $ceil = ceil(3.5);# 4
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Ceiling elements of an array!
by Happy-the-monk (Canon) on May 06, 2015 at 09:47 UTC | |
|
Re^2: Ceiling elements of an array!
by shadowman13 (Initiate) on May 06, 2015 at 10:51 UTC | |
by Happy-the-monk (Canon) on May 06, 2015 at 12:03 UTC |