date updated |
---|
2021-10-09T10:53:31+02:00 |
Topic: #computer_science #java_programming Tags: #review #pn_1_9 Links: [[Real Type]] Date Created: 09-10-21
BigDecimal
, BigInteger
are numbers which precision depend on the amount of memory that can be dedicated to them.
- https://fr.abcdef.wiki/wiki/Arbitrary-precision_arithmetic
- https://cavat.website/poo/docs/poo-basics/poo-complements/
- [[Java#References]]