tuple_ceil ( : : T : Ceil )

Compute the ceiling function of a tuple.

tuple_ceil computes the ceiling function of the input tuple T, i.e., the smallest integer greater than or equal to T. The ceiling function is always returned as a floating point number. The ceiling function of a string is not allowed.


Parameters

T (input_control)
number(-array) -> real / integer
Input tuple.

Ceil (output_control)
number(-array) -> real
Ceiling function of the input tuple.


Parallelization Information

tuple_ceil is reentrant and processed without parallelization.


Alternatives

tuple_ceil


Module

Foundation



Copyright © 1996-2008 MVTec Software GmbH