ComplexMathPow(Complex, Double) Method |
Calculate the power of a complex number.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static Complex Pow(
Complex a,
double b
)
Parameters
- a Complex
- The function argument.
- b Double
- The exponent.
Return Value
ComplexThe power of z to the exponent b.
See Also