Uses of Class
JSci.maths.MathDouble

Packages that use MathDouble
JSci.maths   
JSci.maths.fields Provides classes for fields and their generalisations (rings). 
JSci.maths.polynomials   
 

Uses of MathDouble in JSci.maths
 

Methods in JSci.maths that return MathDouble
static MathDouble MathDouble.acos(MathDouble x)
          Returns the arc cosine of a number.
static MathDouble MathDouble.acosh(MathDouble x)
          Returns the arc hyperbolic cosine of a number.
 MathDouble MathDouble.add(MathDouble n)
          Returns the addition of this double number and another.
static MathDouble MathDouble.asin(MathDouble x)
          Returns the arc sine of a number.
static MathDouble MathDouble.asinh(MathDouble x)
          Returns the arc hyperbolic sine of a number.
static MathDouble MathDouble.atan(MathDouble x)
          Returns the arc tangent of a number.
static MathDouble MathDouble.atanh(MathDouble x)
          Returns the arc hyperbolic tangent of a number.
static MathDouble MathDouble.cos(MathDouble x)
          Returns the trigonometric cosine of an angle.
static MathDouble MathDouble.cosh(MathDouble x)
          Returns the hyperbolic cosine of a number.
 MathDouble MathDouble.divide(MathDouble n)
          Returns the division of this double number and another.
static MathDouble MathDouble.exp(MathDouble x)
          Returns the exponential number e(2.718...) raised to the power of a number.
static MathDouble MathDouble.log(MathDouble x)
          Returns the natural logarithm (base e) of a number.
 MathDouble MathDouble.multiply(MathDouble n)
          Returns the multiplication of this double number and another.
static MathDouble MathDouble.sin(MathDouble x)
          Returns the trigonometric sine of an angle.
static MathDouble MathDouble.sinh(MathDouble x)
          Returns the hyperbolic sine of a number.
 MathDouble MathDouble.subtract(MathDouble n)
          Returns the subtraction of this double number and another.
static MathDouble MathDouble.tan(MathDouble x)
          Returns the trigonometric tangent of an angle.
static MathDouble MathDouble.tanh(MathDouble x)
          Returns the hyperbolic tangent of a number.
 

Methods in JSci.maths with parameters of type MathDouble
static MathDouble MathDouble.acos(MathDouble x)
          Returns the arc cosine of a number.
static MathDouble MathDouble.acosh(MathDouble x)
          Returns the arc hyperbolic cosine of a number.
 MathDouble MathDouble.add(MathDouble n)
          Returns the addition of this double number and another.
static MathDouble MathDouble.asin(MathDouble x)
          Returns the arc sine of a number.
static MathDouble MathDouble.asinh(MathDouble x)
          Returns the arc hyperbolic sine of a number.
static MathDouble MathDouble.atan(MathDouble x)
          Returns the arc tangent of a number.
static MathDouble MathDouble.atanh(MathDouble x)
          Returns the arc hyperbolic tangent of a number.
static MathDouble MathDouble.cos(MathDouble x)
          Returns the trigonometric cosine of an angle.
static MathDouble MathDouble.cosh(MathDouble x)
          Returns the hyperbolic cosine of a number.
 MathDouble MathDouble.divide(MathDouble n)
          Returns the division of this double number and another.
static MathDouble MathDouble.exp(MathDouble x)
          Returns the exponential number e(2.718...) raised to the power of a number.
static MathDouble MathDouble.log(MathDouble x)
          Returns the natural logarithm (base e) of a number.
 MathDouble MathDouble.multiply(MathDouble n)
          Returns the multiplication of this double number and another.
static MathDouble MathDouble.sin(MathDouble x)
          Returns the trigonometric sine of an angle.
static MathDouble MathDouble.sinh(MathDouble x)
          Returns the hyperbolic sine of a number.
 MathDouble MathDouble.subtract(MathDouble n)
          Returns the subtraction of this double number and another.
static MathDouble MathDouble.tan(MathDouble x)
          Returns the trigonometric tangent of an angle.
static MathDouble MathDouble.tanh(MathDouble x)
          Returns the hyperbolic tangent of a number.
 

Uses of MathDouble in JSci.maths.fields
 

Fields in JSci.maths.fields declared as MathDouble
static MathDouble RealField.E
           
static MathDouble RealField.GAMMA
           
static MathDouble RealField.INFINITY
           
static MathDouble RealField.NaN
           
static MathDouble RealField.ONE
           
static MathDouble RealField.PI
           
static MathDouble RealField.ZERO
           
 

Uses of MathDouble in JSci.maths.polynomials
 

Methods in JSci.maths.polynomials that return MathDouble
protected static MathDouble[] RealPolynomialRing.toMathDouble(double[] d)
          internal method for safe typecast