Round a numeric value to the nearest integer.
Round a double-precision floating-point number to the nearest multiple of 10^n.
Brings decimal adjustment to the Math object.
A library that offers more number rounding options for JavaScript and TypeScript
.round, .ceil, .floor with precision parameter: .round(1.234, 2) → 1.23