round

There are several functions named round() with a different number of arguments.

round, function (1 argument)

def pure round(quantity: number): number

This function is documented here.

round, function (2 arguments)

def pure round(quantity: number, precision: number): number

This function is documented here.

See also

User Contributed Notes
0 notes + add a note