Rounds a number to the selected decimal place.

round d to g
dnumber
gdigits
Sourceprint (round 3.14 to 0) print (round 3.14 to 1) print (round 3.14 to 2) Execution3 3.1 3.14