BigFloat.Exp2 Method

Computes 2 raised to a given power.

Definition

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

Parameters

x  BigFloat
The power to which 2 is raised.

Return Value

BigFloat
2x

Implements

IExponentialFunctions<TSelf>.Exp2(TSelf)

See Also