ComplexExp(Complex) Method |
Calculates the exponential function of the complex number (E^c)
Namespace: RelaxIS_SDK.libMathAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public static Complex Exp(
Complex c
)
Public Shared Function Exp (
c As Complex
) As Complex
Dim c As Complex
Dim returnValue As Complex
returnValue = Complex.Exp(c)
Parameters
- c Complex
- The complex number used for calculation
Return Value
ComplexThe exponential function of the complex number (E^c)
See Also