ComplexMathExp(Complex32) Method |
Returns the exponential function of the complex function argument.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static Complex32 Exp(
Complex32 z
)
Parameters
- z Complex32
- The complex function argument.
Return Value
Complex32The exponential function of the spezified complex function argument.
See Also