Skip to content

ExtendedNumerics.BigDecimal.Log2(ExtendedNumerics.BigDecimal)

Adam White edited this page Oct 7, 2024 · 1 revision

BigDecimal.Log2(BigDecimal) Method

Returns the base-2 logarithm of an argument to the number of digits specified in Precision.

public static ExtendedNumerics.BigDecimal Log2(ExtendedNumerics.BigDecimal argument);

Parameters

argument BigDecimal

The argument to take the base-2 logarithm of.

Returns

BigDecimal
The base 2 logarithm of the argument to the number of digits specified in Precision.

Clone this wiki locally