Class Decimal64

java.lang.Object
java.lang.Number
org.apache.commons.math3.util.Decimal64
All Implemented Interfaces:
Serializable, Comparable<Decimal64>, FieldElement<Decimal64>, RealFieldElement<Decimal64>

public class Decimal64 extends Number implements RealFieldElement<Decimal64>, Comparable<Decimal64>
This class wraps a double value in an object. It is similar to the standard class Double, while also implementing the RealFieldElement interface.
Since:
3.1
See Also: