#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,4 +1,8 @@
## Relevant Articles
## Java Number Cookbooks and Examples
This module contains articles about numbers in Java.
### Relevant Articles
- [Lossy Conversion in Java](https://www.baeldung.com/java-lossy-conversion)
- [A Guide to the Java Math Class](https://www.baeldung.com/java-lang-math)
- [Calculate the Area of a Circle in Java](https://www.baeldung.com/java-calculate-circle-area)
@@ -9,3 +13,4 @@
- [Binary Numbers in Java](https://www.baeldung.com/java-binary-numbers)
- [Finding the Least Common Multiple in Java](https://www.baeldung.com/java-least-common-multiple)
- [Binary Numbers in Java](https://www.baeldung.com/java-binary-numbers)
- More articles: [[<-- prev]](/../java-numbers)