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 /build/macaulay2-88fgJW/macaulay2-1.25.11+ds/M2/Macaulay2/packages/Python/doc/floating-point.m2:114:0.