Uses of Class
org.apache.commons.math.util.BigReal
-
Packages that use BigReal Package Description org.apache.commons.math.util Convenience routines and common data structures used throughout the commons-math library. -
-
Uses of BigReal in org.apache.commons.math.util
Fields in org.apache.commons.math.util declared as BigReal Modifier and Type Field Description static BigRealBigReal. ONEA big real representing 1.static BigRealBigReal. ZEROA big real representing 0.Methods in org.apache.commons.math.util that return BigReal Modifier and Type Method Description BigRealBigReal. add(BigReal a)Compute this + a.BigRealBigReal. divide(BigReal a)Compute this ÷ a.BigRealBigRealField. getOne()Get the multiplicative identity of the field.BigRealBigRealField. getZero()Get the additive identity of the field.BigRealBigReal. multiply(BigReal a)Compute this × a.BigRealBigReal. subtract(BigReal a)Compute this - a.Methods in org.apache.commons.math.util that return types with arguments of type BigReal Modifier and Type Method Description Field<BigReal>BigReal. getField()Get theFieldto which the instance belongs.Methods in org.apache.commons.math.util with parameters of type BigReal Modifier and Type Method Description BigRealBigReal. add(BigReal a)Compute this + a.intBigReal. compareTo(BigReal a)BigRealBigReal. divide(BigReal a)Compute this ÷ a.BigRealBigReal. multiply(BigReal a)Compute this × a.BigRealBigReal. subtract(BigReal a)Compute this - a.
-