Arrondi un nombre à la précision demandée.
round n to d| n | Nombre |
| d | Décimales |
source print (round 3.14 to 0) print (round 3.14 to 1) print (round 3.14 to 2)exécution 3 3.1 3.14

Arrondi un nombre à la précision demandée.
round n to d| n | Nombre |
| d | Décimales |
source print (round 3.14 to 0) print (round 3.14 to 1) print (round 3.14 to 2)exécution 3 3.1 3.14