Quad.Exp2M1 Method

Computes 2 raised to a given power and subtracts one.

Definition

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

Parameters

x  Quad
The power to which 2 is raised.

Return Value

Quad
2x - 1

Implements

IExponentialFunctions<TSelf>.Exp2M1(TSelf)

See Also