round
Round to nearest integer
📝 Syntaxe
C = round(A)
📥 Argument d'entrée
A - a variable
📤 Argument de sortie
C - result of round.
📄 Description
round rounds the elements to the nearest integers.
💡 Exemple
round(pi)🔗 Voir aussi
🕔 Historique
Version
📄 Description
1.0.0
version initiale
Last updated
Was this helpful?