BigFloat.Log2 Method

Computes the base-2 logarithm of a value.

Definition

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

Parameters

x  BigFloat
The value whose base-2 logarithm is to be computed.

Return Value

BigFloat
The base-2 logarithm of x.

Implements

IBinaryNumber<TSelf>.Log2(TSelf)
ILogarithmicFunctions<TSelf>.Log2(TSelf)

See Also