Quad.ExpMinus1 Method

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

DefinitionPermalink

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

ParametersPermalink

value  Quad
The exponent.

Return ValuePermalink

Quad
The number e raised to the power value.

ExceptionsPermalink

ArgumentNullException

value is null.

See AlsoPermalink