ComplexMathPow(Complex32, Double) Method |
Calculate the power of a complex number
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static Complex32 Pow(
Complex32 c,
double exponent
)
Parameters
- c Complex32
- The complex base value.
- exponent Double
- The exponent.
Return Value
Complex32The value of
c raised to the power
exponent.
See Also