Uses of Class
org.apache.commons.math3.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.math3.util
Fields in org.apache.commons.math3.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.math3.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.BigReal.multiply
(int n) Compute n × this.Compute this × a.BigReal.negate()
Returns the additive inverse ofthis
element.BigReal.reciprocal()
Returns the multiplicative inverse ofthis
element.Compute this - a.Methods in org.apache.commons.math3.util that return types with arguments of type BigRealModifier and TypeMethodDescriptionBigReal.getField()
Get theField
to which the instance belongs.Class
<? extends FieldElement<BigReal>> BigRealField.getRuntimeClass()
Returns the runtime class of the FieldElement.Methods in org.apache.commons.math3.util with parameters of type BigReal