Rounds a number to the selected decimal place.
round d to g
d number g digits
Source print (round 3.14 to 0) print (round 3.14 to 1) print (round 3.14 to 2)Execution 3 3.1 3.14

Rounds a number to the selected decimal place.
round d to g
d number g digits
Source print (round 3.14 to 0) print (round 3.14 to 1) print (round 3.14 to 2)Execution 3 3.1 3.14