Uses of Class
org.apache.commons.math.util.BigReal
Packages that use BigReal
Package
Description
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 BigRealModifier and TypeFieldDescriptionstatic final BigReal
BigReal.ONE
A big real representing 1.static final BigReal
BigReal.ZERO
A big real representing 0.Methods in org.apache.commons.math.util that return BigRealModifier and TypeMethodDescriptionCompute this + a.Compute this ÷ a.BigRealField.getOne()
Get the multiplicative identity of the field.BigRealField.getZero()
Get the additive identity of the field.Compute this × a.Compute this - a.Methods in org.apache.commons.math.util that return types with arguments of type BigRealModifier and TypeMethodDescriptionBigReal.getField()
Get theField
to which the instance belongs.Methods in org.apache.commons.math.util with parameters of type BigReal