Returns e raised to the specified power.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static Complex Exp(
Complex c
)
Public Shared Function Exp (
c As Complex
) As Complex
public:
static Complex Exp(
Complex c
)
static member Exp :
c : Complex -> Complex
Parameters
- c
- Type: AGI.Foundation.CoordinatesComplex
A complex value specifying a power.
Return Value
Type:
ComplexThe number e raised to the power
cSee Also