IMathTNumericExp Method

Returns e raised to the specified power.

Definition

Namespace: Jodosoft.Numerics
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
TNumeric Exp(
	TNumeric x
)

Parameters

x  TNumeric
A number specifying a power.

Return Value

TNumeric
The number e raised to the power x.

Remarks

This method may return NaN or Infinity. If NaN or Infinity cannot be represented by TNumeric, then this method may throw an ArithmeticException.

See Also