static BigComplex |
BigComplexMath.acos(BigComplex x,
java.math.MathContext mathContext) |
Calculates the arc cosine (inverted cosine) of BigComplex x in the complex domain.
|
static BigComplex |
BigComplexMath.acot(BigComplex x,
java.math.MathContext mathContext) |
Calculates the arc cotangens (inverted cotangens) of BigComplex x in the complex domain.
|
BigComplex |
BigComplex.add(double value) |
Calculates the addition of the given real double value to this complex number.
|
BigComplex |
BigComplex.add(BigComplex value) |
Calculates the addition of the given complex value to this complex number.
|
BigComplex |
BigComplex.add(BigComplex value,
java.math.MathContext mathContext) |
Calculates the addition of the given complex value to this complex number using the specified MathContext .
|
BigComplex |
BigComplex.add(java.math.BigDecimal value) |
Calculates the addition of the given real BigDecimal value to this complex number.
|
BigComplex |
BigComplex.add(java.math.BigDecimal value,
java.math.MathContext mathContext) |
Calculates the addition of the given real BigDecimal value to this complex number using the specified MathContext .
|
static BigComplex |
BigComplexMath.asin(BigComplex x,
java.math.MathContext mathContext) |
Calculates the arc sine (inverted sine) of BigComplex x in the complex domain.
|
static BigComplex |
BigComplexMath.atan(BigComplex x,
java.math.MathContext mathContext) |
Calculates the arc tangens (inverted tangens) of BigComplex x in the complex domain.
|
BigComplex |
BigComplex.conjugate() |
Calculates the conjugate a - bi of this complex number.
|
static BigComplex |
BigComplexMath.conjugate(BigComplex x) |
Calculates the conjugate of the given complex number using the specified MathContext .
|
static BigComplex |
BigComplexMath.cos(BigComplex x,
java.math.MathContext mathContext) |
Calculates the cosine (cosinus) of BigComplex x in the complex domain.
|
BigComplex |
BigComplex.divide(double value,
java.math.MathContext mathContext) |
Calculates this complex number divided by the given real double value using the specified MathContext .
|
BigComplex |
BigComplex.divide(BigComplex value,
java.math.MathContext mathContext) |
Calculates this complex number divided by the given complex value using the specified MathContext .
|
BigComplex |
BigComplex.divide(java.math.BigDecimal value,
java.math.MathContext mathContext) |
Calculates this complex number divided by the given real BigDecimal value using the specified MathContext .
|
static BigComplex |
BigComplexMath.exp(BigComplex x,
java.math.MathContext mathContext) |
Calculates the natural exponent of BigComplex x (e x) in the complex domain.
|
static BigComplex |
BigComplexMath.factorial(BigComplex x,
java.math.MathContext mathContext) |
Calculates the factorial of the specified BigComplex .
|
static BigComplex |
BigComplexMath.gamma(BigComplex x,
java.math.MathContext mathContext) |
Calculates the gamma function of the specified BigComplex .
|
BigComplex |
BigComplex.im() |
Returns the imaginary part of this complex number as BigComplex number.
|
static BigComplex |
BigComplexMath.log(BigComplex x,
java.math.MathContext mathContext) |
Calculates the natural logarithm of BigComplex x in the complex domain.
|
BigComplex |
BigComplex.multiply(double value) |
Calculates the multiplication of the given real double value with this complex number.
|
BigComplex |
BigComplex.multiply(BigComplex value) |
Calculates the multiplication of the given complex value to this complex number.
|
BigComplex |
BigComplex.multiply(BigComplex value,
java.math.MathContext mathContext) |
Calculates the multiplication of the given complex value with this complex number using the specified MathContext .
|
BigComplex |
BigComplex.multiply(java.math.BigDecimal value) |
Calculates the multiplication of the given real BigDecimal value with this complex number.
|
BigComplex |
BigComplex.multiply(java.math.BigDecimal value,
java.math.MathContext mathContext) |
Calculates the multiplication of the given real BigDecimal value with this complex number using the specified MathContext .
|
BigComplex |
BigComplex.negate() |
Calculates the negation -a - bi of this complex number.
|
static BigComplex |
BigComplexMath.pow(BigComplex x,
long y,
java.math.MathContext mathContext) |
Calculates BigComplex x to the power of long y (x y).
|
static BigComplex |
BigComplexMath.pow(BigComplex x,
BigComplex y,
java.math.MathContext mathContext) |
|
static BigComplex |
BigComplexMath.pow(BigComplex x,
java.math.BigDecimal y,
java.math.MathContext mathContext) |
Calculates BigComplex x to the power of BigDecimal y (x y).
|
BigComplex |
BigComplex.re() |
Returns the real part of this complex number as BigComplex number.
|
BigComplex |
BigComplex.reciprocal(java.math.MathContext mathContext) |
Calculates the reciprocal of this complex number using the specified MathContext .
|
static BigComplex |
BigComplexMath.reciprocal(BigComplex x,
java.math.MathContext mathContext) |
Calculates the reciprocal of the given complex number using the specified MathContext .
|
static BigComplex |
BigComplexMath.root(BigComplex x,
BigComplex n,
java.math.MathContext mathContext) |
|
static BigComplex |
BigComplexMath.root(BigComplex x,
java.math.BigDecimal n,
java.math.MathContext mathContext) |
Calculates the BigDecimal n'th root of BigComplex x ( n√x).
|
BigComplex |
BigComplex.round(java.math.MathContext mathContext) |
Returns this complex nuber rounded to the specified precision.
|
static BigComplex |
BigComplexMath.sin(BigComplex x,
java.math.MathContext mathContext) |
Calculates the sine (sinus) of BigComplex x in the complex domain.
|
static BigComplex |
BigComplexMath.sqrt(BigComplex x,
java.math.MathContext mathContext) |
Calculates the square root of BigComplex x in the complex domain (√x).
|
BigComplex |
BigComplex.subtract(double value) |
Calculates the subtraction of the given real double value from this complex number.
|
BigComplex |
BigComplex.subtract(BigComplex value) |
Calculates the subtraction of the given complex value from this complex number.
|
BigComplex |
BigComplex.subtract(BigComplex value,
java.math.MathContext mathContext) |
Calculates the subtraction of the given complex value from this complex number using the specified MathContext .
|
BigComplex |
BigComplex.subtract(java.math.BigDecimal value) |
Calculates the subtraction of the given real BigDecimal value from this complex number.
|
BigComplex |
BigComplex.subtract(java.math.BigDecimal value,
java.math.MathContext mathContext) |
Calculates the subtraction of the given real BigDecimal value from this complex number using the specified MathContext .
|
static BigComplex |
BigComplexMath.tan(BigComplex x,
java.math.MathContext mathContext) |
Calculates the tangens of BigComplex x in the complex domain.
|
static BigComplex |
BigComplex.valueOf(double real) |
Returns a complex number with the specified real double part.
|
static BigComplex |
BigComplex.valueOf(double real,
double imaginary) |
Returns a complex number with the specified real and imaginary double parts.
|
static BigComplex |
BigComplex.valueOf(java.math.BigDecimal real) |
Returns a complex number with the specified real BigDecimal part.
|
static BigComplex |
BigComplex.valueOf(java.math.BigDecimal real,
java.math.BigDecimal imaginary) |
Returns a complex number with the specified real and imaginary BigDecimal parts.
|
static BigComplex |
BigComplex.valueOfPolar(double radius,
double angle,
java.math.MathContext mathContext) |
|
static BigComplex |
BigComplex.valueOfPolar(java.math.BigDecimal radius,
java.math.BigDecimal angle,
java.math.MathContext mathContext) |
Returns a complex number with the specified polar BigDecimal radius and angle using the specified MathContext .
|