tuple_floor ( : : T : Floor )

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.


Parameters

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

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


Parallelization Information

tuple_floor is reentrant and processed without parallelization.


Alternatives

tuple_ceil


Module

Foundation



Copyright © 1996-2008 MVTec Software GmbH