An open API service indexing awesome lists of open source software.

https://github.com/sleekpanther/java-math-improved-round


https://github.com/sleekpanther/java-math-improved-round

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Java Rounding Improved
A simple function that allows you to specificy the number of decimals when rounding
Uses Java's built-in `Math.round()` method combined with a well-known rounding trick