mongoose-float
This library can solve one well known problem with JavaScript Number arithmetic imprecise, when, for example, 3.3 * 3 becomes 9.899999999999999, ugly.
fixed-round
Math.round with fixed, formats a number using fixed-point notation and returns a number.
number-suffix
Turns a number to a fixed string with a metric or abbreviation suffix
num-tofixed
toFixed with Math.round,fixed the bug of original toFixed function