Returns e raised to the specified power.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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.Coordinates.Complex
A complex value specifying a power.
Return Value
Type:
ComplexThe number e raised to the power
c
See Also