Next: , Previous: , Up: Internal Routines   [Contents][Index]


15.5.85 ceil

ceil(arg)

Returns the next higher (i.e., closer to positive infinity) integer number for each value in arg. For complex arguments, the result is based on the real part only.

See also: floor, rfix, long, Complex Functions, Math Routines