Ceil Function

Round up to the nearest whole number


Description

The function \(Ceil\) returns the smallest integer larger than the argument. The argument can be real values, lists or tables.


Syntax

Ceil (x)

Ceil (list)

Ceil (table)


Example

Ceil(-2.3)= -2

Ceil(2.5)= 3



Conversion Functions

Big Real number to Big Integer
Ceil Round up
Deg Converts radians to degrees
Floor Round down
Frac Fractional part of a number
Int Whole part of a number
Rad Converts degrees to radians
Real Big integer to real number