floor - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

MTM

  

floor

  

greatest integer smaller than or equal to a number

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

floor(M)

Parameters

M

-

array or expression

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]).

Examples

withMTM:

MMatrix2,3,fill=3.6:

floorM

−4−4−4−4−4−4

(1)

See Also

floor

MTM[ceil]

MTM[fix]

MTM[frac]

MTM[round]

 


Download Help Document