MTM
floor
greatest integer smaller than or equal to a number
Calling Sequence
Parameters
Description
Examples
floor(M)
M
-
array or expression
floor(x) is the greatest integer less than or equal to x.
The floor(M) function computes the element-wise floor of M. The result, R, is formed as R[i,j] = floor(M[i,j]).
with⁡MTM:
M≔Matrix⁡2,3,fill=−3.6:
floor⁡M
−4−4−4−4−4−4
See Also
MTM[ceil]
MTM[fix]
MTM[frac]
MTM[round]
Download Help Document