mirror of
https://github.com/DanilaFe/abacus
synced 2026-01-09 08:55:20 +00:00
Add comment to PreciseNumber.
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
package org.nwapw.abacus.number;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
import java.math.MathContext;
|
||||
import java.math.RoundingMode;
|
||||
|
||||
/**
|
||||
* A number that uses a BigDecimal to store its value,
|
||||
* leading to infinite possible precision.
|
||||
*/
|
||||
public class PreciseNumber implements NumberInterface {
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user