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