java-tutorials/core-java-modules/core-java-numbers-7/README.md

5 lines
372 B
Markdown
Raw Normal View History

2023-12-07 08:58:50 -05:00
## Relevant Articles
- [Check if a double Is an Integer in Java](https://www.baeldung.com/java-check-double-integer)
2024-01-18 22:07:00 -05:00
- [Print a Double Value Without Scientific Notation in Java](https://www.baeldung.com/java-print-double-number-no-scientific-notation)
2024-01-27 07:45:57 -05:00
- [Check if a Float Value is Equivalent to an Integer Value in Java](https://www.baeldung.com/java-float-integer-equal)