clean-pslg
popularRemove self intersections, t-junctions and duplicate edges/vertices from a planar straight line graph
Updated by @mikolalysenko
@writetome51/get-fixed-float
Returns number with fixed number of digits after the decimal. It also rounds cautiously to avoid cumulative errors
Updated by @writetome51
exact-math
The exact-math is a set of methods for addition, subtraction, multiplication, division, rounding, ceiling, flooring and powering calculations. It can be used with big number as it …
Updated by @devrafalko
@writetome51/get-rounded-to-precision
Rounds number to specific number of digits before or after decimal
Updated by @writetome51
@writetome51/get-rounded-up-down
3 functions: getRounded(), getRoundedUp(), getRoundedDown()
Updated by @writetome51
precise_to_n_fractionals
Precise to N fractional digits without rounding the Number. 99.9999 => precise_to_n_fractionals(99.9999,3) => 99.999
Updated by @sravanvarma
complete-round
A function to offer more rounding options for numbers in JavaScript and TypeScript
Updated by @gavinsykes_uk
round-time
A small library of functions for rounding minutes, seconds, and milliseconds by intervals.
Updated by @adamrisberg
rounding-values
Rounding the numbers in object and objects in array. Reference to camelcase-keys.
Updated by @ken20206
symmetric-round
A tiny utility function to perform symmetric rounding (a.k.a. "commercial rounding") on a number.
Updated by @cleverest_eu