Add z to this complex number.
Parameters |
z : Complex A complex number.
|
---|---|
Returns |
w : Complex A new complex number.
|
Errors |
This function does not raise any errors. |
Raise this complex number to a complex number, z.
Parameters |
z : Complex Complex power of this complex number.
|
---|---|
Returns |
w : Complex Raised complex number.
|
Errors |
This function does not raise any errors. |
Calculates the conjugate of this complex number.
Parameters | |
---|---|
Returns |
z : Complex The conjugate.
|
Errors |
This function does not raise any errors. |
Calculates the cosine of this complex number.
Parameters | |
---|---|
Returns |
z : Complex The cosine.
|
Errors |
This function does not raise any errors. |
Divide this complex number by z.
Parameters |
z : Complex A complex number.
|
---|---|
Returns |
w : Complex A new complex number.
|
Errors |
This function does not raise any errors. |
Determines if this complex number and another complex number, z, are equal.
Parameters |
z : Complex A complex number.
|
---|---|
Returns |
bool : Boolean true if this complex number and z are equal; false otherwise.
|
Errors |
This function does not raise any errors. |
Calculates the magnitude of this complex number.
Parameters | |
---|---|
Returns |
num : Number The magnitude.
|
Errors |
This function does not raise any errors. |
Multiply this complex number by z.
Parameters |
z : Complex A complex number.
|
---|---|
Returns |
w : Complex A new complex number.
|
Errors |
This function does not raise any errors. |
Calculates the phase (angle from origin) of this complex number.
Parameters | |
---|---|
Returns |
num : Number The phase.
|
Errors |
This function does not raise any errors. |
Raise this complex number to the nth power.
Parameters |
n : Number Power of the complex number.
|
---|---|
Returns |
w : Complex Raised complex number.
|
Errors |
This function does not raise any errors. |
Calculates all of the nth roots of this complex number.
Parameters |
n : Number The order of the roots of this complex number.
|
---|---|
Returns |
roots : Array The nth roots of this complex number.
|
Errors |
This function does not raise any errors. |
Calculates the sine of this complex number.
Parameters | |
---|---|
Returns |
z : Complex The sine.
|
Errors |
This function does not raise any errors. |
Subtract z from this complex number.
Parameters |
z : Complex A complex number.
|
---|---|
Returns |
w : Complex A new complex number.
|
Errors |
This function does not raise any errors. |
Calculates the tan of this complex number.
Parameters | |
---|---|
Returns |
z : Complex The tan.
|
Errors |
This function does not raise any errors. |