Returns e raised to the power specified by a complex number.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static Complex32 Exp(
Complex32 value
)
Parameters
- value Complex32
- A complex number that specifies a power.
Return Value
Complex32The number e raised to the power
value.
See Also