-
-
Notifications
You must be signed in to change notification settings - Fork 16
ExtendedNumerics.BigDecimal.LogN(int,ExtendedNumerics.BigDecimal,int)
Adam White edited this page Oct 7, 2024
·
1 revision
Returns the logarithm of an argument in an arbitrary base.
public static ExtendedNumerics.BigDecimal LogN(int @base, ExtendedNumerics.BigDecimal argument, int precision);
base
System.Int32
The base of the logarithm.
argument
BigDecimal
The argument to take the logarithm of.
precision
System.Int32
The desired precision in terms of the number of digits to the right of the decimal.
BigDecimal
The logarithm of the argument in the specified base.