Quad.Exp 2M 1 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.3
C#
2x - 1
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static Quad Exp2M1(
Quad x
)
Parameters
- x Quad
- The power to which 2 is raised.
Return Value
Quad2x - 1