Uses of Class
org.apache.commons.math.util.BigReal

Packages that use BigReal
org.apache.commons.math.util 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 BigReal
static BigReal BigReal.ONE
          A big real representing 1.
static BigReal BigReal.ZERO
          A big real representing 0.
 

Methods in org.apache.commons.math.util that return BigReal
 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.subtract(BigReal a)
          Compute this - a.
 

Methods in org.apache.commons.math.util that return types with arguments of type BigReal
 Field<BigReal> BigReal.getField()
          Get the Field to which the instance belongs.
 

Methods in org.apache.commons.math.util with parameters of type BigReal
 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 © 2003-2010 Apache Software Foundation. All Rights Reserved.