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) -> HTuple.double / long |
| Input tuple. | |
|
Ceil (output_control) |
number(-array) -> (HTuple.) double * |
| Ceiling function of the input tuple. | |
Operators not requiring licensing