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