Skip to content

kklash/rounders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rounders

Provides utilities for rounding and truncating floating point numbers.

Example:

rounders.RoundToDecimals(12.48881, 2) // 12.49
rounders.TruncToDecimals(12.48881, 2) // 12.48

rounders.RoundToSigFigs(58.11869, 5) // 58.119
rounders.TruncToSigFigs(58.11869, 5) // 58.118

About

Utilities for rounding and truncating floating point numbers.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages