DecimalMath.ExpMinus1 Method

Returns e raised to the specified power, minus 1.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static decimal ExpMinus1(
	decimal value
)

Parameters

value  Decimal
The exponent.

Return Value

Decimal
The number e raised to the power value, minus 1.

See Also