ComplexMathPow Method (Complex, Complex) |
Raises a complex number to a complex power.
Namespace:
Meta.Numerics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public static Complex Pow(
Complex z,
Complex r
)
Public Shared Function Pow (
z As Complex,
r As Complex
) As Complex
public:
static Complex Pow(
Complex z,
Complex r
)
static member Pow :
z : Complex *
r : Complex -> Complex
Parameters
- z
- Type: Meta.NumericsComplex
The base. - r
- Type: Meta.NumericsComplex
The exponent.
Return Value
Type:
ComplexThe value of z
r.
See Also