round(n, x)
round x
This calls Python's built-in round function, which round x to n decimal places, or to the nearest integer if n is not given.
|
|
|
Ties are broken by round half to even.
|
|