|
static | abs ($complex) |
|
static | acos ($complex) |
| Returns the inverse cosine of a complex number.
|
|
static | acosh ($complex) |
| Returns the inverse hyperbolic cosine of a complex number.
|
|
static | acot ($complex) |
| Returns the inverse cotangent of a complex number.
|
|
static | acoth ($complex) |
| Returns the inverse hyperbolic cotangent of a complex number.
|
|
static | acsc ($complex) |
| Returns the inverse cosecant of a complex number.
|
|
static | acsch ($complex) |
| Returns the inverse hyperbolic cosecant of a complex number.
|
|
static | argument ($complex) |
| Returns the argument of a complex number.
|
|
static | asec ($complex) |
| Returns the inverse secant of a complex number.
|
|
static | asech ($complex) |
| Returns the inverse hyperbolic secant of a complex number.
|
|
static | asin ($complex) |
| Returns the inverse sine of a complex number.
|
|
static | asinh ($complex) |
| Returns the inverse hyperbolic sine of a complex number.
|
|
static | atan ($complex) |
| Returns the inverse tangent of a complex number.
|
|
static | atanh ($complex) |
| Returns the inverse hyperbolic tangent of a complex number.
|
|
static | conjugate ($complex) |
| Returns the complex conjugate of a complex number.
|
|
static | cos ($complex) |
| Returns the cosine of a complex number.
|
|
static | cosh ($complex) |
| Returns the hyperbolic cosine of a complex number.
|
|
static | cot ($complex) |
| Returns the cotangent of a complex number.
|
|
static | coth ($complex) |
| Returns the hyperbolic cotangent of a complex number.
|
|
static | csc ($complex) |
| Returns the cosecant of a complex number.
|
|
static | csch ($complex) |
| Returns the hyperbolic cosecant of a complex number.
|
|
static | exp ($complex) |
| Returns the exponential of a complex number.
|
|
static | inverse ($complex) |
| Returns the inverse of a complex number.
|
|
static | ln ($complex) |
| Returns the natural logarithm of a complex number.
|
|
static | log10 ($complex) |
| Returns the common logarithm (base 10) of a complex number.
|
|
static | log2 ($complex) |
| Returns the base-2 logarithm of a complex number.
|
|
static | negative ($complex) |
| Returns the negative of a complex number.
|
|
static | pow ($complex, $power) |
| Returns a complex number raised to a power.
|
|
static | rho ($complex) |
| Returns the rho of a complex number.
|
|
static | sec ($complex) |
| Returns the secant of a complex number.
|
|
static | sech ($complex) |
| Returns the hyperbolic secant of a complex number.
|
|
static | sin ($complex) |
| Returns the sine of a complex number.
|
|
static | sinh ($complex) |
| Returns the hyperbolic sine of a complex number.
|
|
static | sqrt ($complex) |
| Returns the square root of a complex number.
|
|
static | tan ($complex) |
| Returns the tangent of a complex number.
|
|
static | tanh ($complex) |
| Returns the hyperbolic tangent of a complex number.
|
|
static | theta ($complex) |
| Returns the theta of a complex number.
|
|