Compute the floor function of a tuple.
tuple_floor computes the floor function of the input tuple T, i.e., the largest integer less than or equal to T. The floor function is always returned as a floating point number. The floor function of a string is not allowed.
|
T (input_control) |
number(-array) -> real / integer |
| Input tuple. | |
|
Floor (output_control) |
number(-array) -> real |
| Floor function of the input tuple. | |
tuple_floor is reentrant and processed without parallelization.
Foundation