ComplexMathPow(Complex, Complex) Method |
Returns a specified (complex valued) number raised to the specified (complex valued) power.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static Complex Pow(
Complex z,
Complex p
)
Parameters
- z Complex
- A number to be raised to a power.
- p Complex
- A number that specifies a power.
Return Value
ComplexThe number z raised to the power p.
See Also