Click or drag to resize

ComplexExp Method

Returns e raised to the specified power.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static Complex Exp(
	Complex c
)

Parameters

c
Type: AGI.Foundation.CoordinatesComplex
A complex value specifying a power.

Return Value

Type: Complex
The number e raised to the power c
See Also