| 程序包 | 说明 |
|---|---|
| com.ds.common.expression.function.math | |
| com.ds.common.expression.type |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
Power.power(Complex c1,
Complex c2) |
Object |
Power.power(Complex c,
Number d) |
Object |
Power.power(Number d,
Complex c) |
| 限定符和类型 | 方法和说明 |
|---|---|
Complex |
Complex.acos() |
Complex |
Complex.acosh() |
Complex |
Complex.asin() |
Complex |
Complex.asinh() |
Complex |
Complex.atan() |
Complex |
Complex.atanh() |
Complex |
Complex.cos()
Returns the cosine of this complex number.
|
Complex |
Complex.cosh() |
Complex |
Complex.div(Complex b)
Returns the result of dividing this complex number by the parameter
b.
|
Complex |
Complex.log()
Returns the logarithm of this complex number.
|
Complex |
Complex.mul(Complex b)
Multiply the complex number with another complex value.
|
Complex |
Complex.mul(double b)
Multiply the complex number with a double value.
|
Complex |
Complex.neg()
Returns the negative value of this complex number.
|
Complex |
Complex.power(Complex exponent)
Returns the value of this complex number raised to the power of
a complex exponent
|
Complex |
Complex.power(double exponent)
Returns the value of this complex number raised to the power
of a real component (in double precision).
|
Complex |
Complex.sin()
Returns the sine of this complex number.
|
Complex |
Complex.sinh() |
Complex |
Complex.sqrt()
Calculates the square root of this object.
|
Complex |
Complex.tan()
Returns the tangent of this complex number.
|
Complex |
Complex.tanh() |
| 限定符和类型 | 方法和说明 |
|---|---|
Complex |
Complex.div(Complex b)
Returns the result of dividing this complex number by the parameter
b.
|
boolean |
Complex.equals(Complex b,
double tolerance)
Compares this object with the Complex number given as parameter
b.
|
Complex |
Complex.mul(Complex b)
Multiply the complex number with another complex value.
|
Complex |
Complex.power(Complex exponent)
Returns the value of this complex number raised to the power of
a complex exponent
|
void |
Complex.set(Complex z)
Copies the values from the parameter object to this object
|
| 构造器和说明 |
|---|
Complex(Complex z)
Copy constructor
|
Copyright © 2023 onecode. All rights reserved.