| Package | Description | 
|---|---|
| org.hipparchus.util | Convenience routines and common data structures used throughout the Hipparchus library. | 
| Modifier and Type | Field and Description | 
|---|---|
| static BigReal | BigReal. ONEA big real representing 1. | 
| static BigReal | BigReal. ZEROA big real representing 0. | 
| Modifier and Type | Method and Description | 
|---|---|
| BigReal | BigReal. add(BigReal a)Compute this + a. | 
| BigReal | BigReal. divide(BigReal a)Compute this ÷ a. | 
| BigReal | BigRealField. getOne()Get the multiplicative identity of the field. | 
| BigReal | BigRealField. getZero()Get the additive identity of the field. | 
| BigReal | BigReal. multiply(BigReal a)Compute this × a. | 
| BigReal | BigReal. multiply(int n)Compute n × this. | 
| BigReal | BigReal. negate()Returns the additive inverse of  thiselement. | 
| BigReal | BigReal. reciprocal()Returns the multiplicative inverse of  thiselement. | 
| BigReal | BigReal. subtract(BigReal a)Compute this - a. | 
| Modifier and Type | Method and Description | 
|---|---|
| Field<BigReal> | BigReal. getField()Get the  Fieldto which the instance belongs. | 
| Class<? extends FieldElement<BigReal>> | BigRealField. getRuntimeClass()Returns the runtime class of the FieldElement. | 
| Modifier and Type | Method and Description | 
|---|---|
| BigReal | BigReal. add(BigReal a)Compute this + a. | 
| int | BigReal. compareTo(BigReal a) | 
| BigReal | BigReal. divide(BigReal a)Compute this ÷ a. | 
| BigReal | BigReal. multiply(BigReal a)Compute this × a. | 
| BigReal | BigReal. subtract(BigReal a)Compute this - a. | 
Copyright © 2016–2020 Hipparchus.org. All rights reserved.