https://github.com/sleekpanther/java-math-improved-round
https://github.com/sleekpanther/java-math-improved-round
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sleekpanther/java-math-improved-round
- Owner: SleekPanther
- Created: 2017-01-08T14:06:24.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-08T20:16:07.000Z (almost 9 years ago)
- Last Synced: 2025-01-15T13:08:06.415Z (9 months ago)
- Language: Java
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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