#BAEL-17519 add README descriptions (#7935)

This commit is contained in:
Alessio Stalla
2019-10-04 08:52:25 +02:00
committed by Eugen
parent 7490fb6aed
commit 0f64304c34
10 changed files with 44 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
=========
## Java Number Cookbooks and Examples
This module contains articles about numbers in Java.
### Relevant Articles:
- [Number of Digits in an Integer in Java](http://www.baeldung.com/java-number-of-digits-in-int)
- [How to Round a Number to N Decimal Places in Java](http://www.baeldung.com/java-round-decimal-number)
@@ -13,3 +13,4 @@
- [Calculating the nth Root in Java](https://www.baeldung.com/java-nth-root)
- [Convert Double to String, Removing Decimal Places](https://www.baeldung.com/java-double-to-string)
- [Changing the Order in a Sum Operation Can Produce Different Results?](https://www.baeldung.com/java-floating-point-sum-order)
- More articles: [[next -->]](/../java-numbers-2)