ceil

Computes the nearest integer value greater than the given value.

T
ceil
(
T
)
(
T x
)
if ()

Parameters

x T

The value

Return Value

Type: T

The nearest integer value greater than x.

Meta