floor
From STX Wiki
< Programmer Guide | Command Reference | EVAL
Jump to navigationJump to search
Contents
floor
Compute the floor - the largest integer less than or equal to the floating point number.
Usage:
floor(x)
Result:
The floor for each of the input values (i.e. either a scalar, vector or matrix - depending on x).
Return Type:
the same as x