Package | Description |
---|---|
JSci.maths | |
JSci.maths.fields |
Provides classes for fields and their generalisations (rings).
|
JSci.maths.polynomials |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
protected static MathDouble[] |
RealPolynomialRing.toMathDouble(double[] d)
internal method for safe typecast
|