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.
|
T (input_control) |
number(-array) -> real / integer |
| Input tuple. | |
|
Ceil (output_control) |
number(-array) -> real |
| Ceiling function of the input tuple. | |
tuple_ceil is reentrant and processed without parallelization.
Foundation