Uses of Class
org.hipparchus.util.BigReal
Packages that use BigReal
Package
Description
Convenience routines and common data structures used throughout the Hipparchus library.
-
Uses of BigReal in org.hipparchus.util
Fields in org.hipparchus.util declared as BigRealModifier and TypeFieldDescriptionstatic final BigRealBigReal.ONEA big real representing 1.static final BigRealBigReal.ZEROA big real representing 0.Methods in org.hipparchus.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 ofthiselement.BigReal.reciprocal()Returns the multiplicative inverse ofthiselement.Compute this - a.Methods in org.hipparchus.util that return types with arguments of type BigRealModifier and TypeMethodDescriptionBigReal.getField()Get theFieldto which the instance belongs.BigRealField.getRuntimeClass()Returns the runtime class of the FieldElement.Methods in org.hipparchus.util with parameters of type BigReal