MTM[floor] - greatest integer smaller than or equal to a number
|
Calling Sequence
|
|
floor(M)
|
|
Description
|
|
•
|
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]).
|
|
|