Big Float.Exp 2 Method
Computes 2 raised to a given power.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
2x
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static BigFloat Exp2(
BigFloat x
)
Parameters
- x BigFloat
- The power to which 2 is raised.
Return Value
BigFloat2x