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