IMathTNumericExp Method
Returns e raised to the specified power.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
TNumeric Exp(
TNumeric x
)
Function Exp (
x As TNumeric
) As TNumeric
TNumeric Exp(
TNumeric x
)
abstract Exp :
x : 'TNumeric -> 'TNumeric
- x TNumeric
- A number specifying a power.
TNumericThe number
e raised to the power
x.
This method may return
NaN or Infinity.
If
NaN or Infinity cannot be represented by
TNumeric,
then this method may throw an
ArithmeticException.