Quad.ExpMinus1 Method

Returns e raised to the specified power to the specified accuracy.

Definition

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

Parameters

value  Quad
The exponent.

Return Value

Quad
The number e raised to the power value.

Exceptions

ArgumentNullException

value is null.

See Also