-
-
Notifications
You must be signed in to change notification settings - Fork 16
ExtendedNumerics.BigDecimal.Log2(ExtendedNumerics.BigDecimal)
Adam White edited this page Oct 7, 2024
·
1 revision
Returns the base-2 logarithm of an argument to the number of digits specified in Precision.
public static ExtendedNumerics.BigDecimal Log2(ExtendedNumerics.BigDecimal argument);
argument
BigDecimal
The argument to take the base-2 logarithm of.
BigDecimal
The base 2 logarithm of the argument to the number of digits specified in Precision.