Uses of Class
org.hipparchus.util.BigReal
Package
Description
Convenience routines and common data structures used throughout the Hipparchus library.
-
Uses of BigReal in org.hipparchus.util
Modifier and TypeFieldDescriptionstatic final BigReal
BigReal.ONE
A big real representing 1.static final BigReal
BigReal.ZERO
A big real representing 0.Modifier 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.Modifier and TypeMethodDescriptionBigReal.getField()
Get theField
to which the instance belongs.BigRealField.getRuntimeClass()
Returns the runtime class of the FieldElement.