round(n, x)round xThis 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.
|
|
The source of this document is in Python/doc/floating-point.m2:114:0.