Big Float.Log 2 Method
Computes the base-2 logarithm of a value.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The base-2 logarithm of x.
ILogarithmicFunctions<TSelf>.Log2(TSelf)
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static BigFloat Log2(
BigFloat x
)
Parameters
- x BigFloat
- The value whose base-2 logarithm is to be computed.
Return Value
BigFloatThe base-2 logarithm of x.
Implements
IBinaryNumber<TSelf>.Log2(TSelf)ILogarithmicFunctions<TSelf>.Log2(TSelf)