floor
Round down
📝
Syntax
C = floor(A)
📥
Input Arguments
Parameter
Description
A
a variable
📤
Output Arguments
Parameter
Description
C
result of floor.
📄
Description
floor
returns an integer matrix made of nearest rounded down integers.
💡
Examples
floor(pi)
🔗
See Also
round
fix
ceil
🕔
Version History
Version
Description
1.0.0
initial version
Edit this page on GitHub