Uses of Class
org.djutils.float128.Float128
-
Packages that use Float128 Package Description org.djutils.float128 The float128 package contains math functions for floating point values with a 120-bit significand, and a 16-bit exponential field. -
-
Uses of Float128 in org.djutils.float128
Methods in org.djutils.float128 that return Float128 Modifier and Type Method Description static Float128
Float128. of(double d)
Create a Float128 from this double with a significand precision of 52 bits.static Float128
Float128. of(String sd)
Create a Float128 represented by this String with a significand precision up to 120 bits.Float128
Float128. plus(double value)
Add a double value to this value.Float128
Float128. plus(Float128 value)
Add a Float128 value to this value.Methods in org.djutils.float128 with parameters of type Float128 Modifier and Type Method Description Float128
Float128. plus(Float128 value)
Add a Float128 value to this value.
-