Programmer Guide/Command Reference/EVAL/floor: Difference between revisions
From STX Wiki
Jump to navigationJump to search
initial import |
m 1 revision: Initial import |
(No difference)
| |
Revision as of 17:31, 18 November 2010
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