ceiling >>-ceiling----------------------------------------------------->< Returns the largest integer not less than the receiving string.
The receiving string is first rounded according
to standard Rexx rules, as though the operation
String class - ceiling method 2~ceiling -> 2 '-2'~ceiling -> -2 12.3~ceiling -> 13 '-12.3'~ceiling -> -12 Note The [number] is rounded according to the current setting of NUMERIC DIGITS if necessary, before the method processes it. |