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