math-round
Rounds a numeric value to the nearest integer.
Rounds a numeric value to the nearest integer.
Extend Math.round to support an argument for decimal places
A library that offers more number rounding options for JavaScript and TypeScript
Create an iterator which rounds each iterated value to the nearest integer.
Create an iterator which rounds each iterated value to the nearest power of 10 on a linear scale.
Create an iterator which rounds each iterated value to the nearest power of two on a linear scale.
Round a numeric value to the nearest integer.
Round a numeric value to the nearest power of 10 on a linear scale.
Round a numeric value to the nearest power of two on a linear scale.
Round a numeric value to the nearest multiple of b^n on a linear scale.
Round a double-precision floating-point number to the nearest multiple of 10^n.
Round a numeric value to the nearest number with N significant figures.
Round each component of a double-precision complex floating-point number to the nearest integer.
Round each component of a double-precision complex floating-point number to the nearest multiple of 10^n.