ComplexMathPow(Double, Complex) Method
Raises a real number to an arbitrary complex power.
Namespace: Meta.NumericsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public static Complex Pow(
double x,
Complex z
)
Public Shared Function Pow (
x As Double,
z As Complex
) As Complex
public:
static Complex Pow(
double x,
Complex z
)
static member Pow :
x : float *
z : Complex -> Complex
- x Double
- The real base, which must be non-negative.
- z Complex
- The complex exponent.
ComplexThe value of x
z.