Skip to content

ExtendedNumerics.BigDecimal.Log(ExtendedNumerics.BigDecimal,int,int)

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

BigDecimal.Log(BigDecimal, int, int) Method

Returns the logarithm of an argument in an arbitrary base.

public static ExtendedNumerics.BigDecimal Log(ExtendedNumerics.BigDecimal argument, int @base, int precision);

Parameters

argument BigDecimal

The argument to take the logarithm of.

base System.Int32

The base of the logarithm.

precision System.Int32

The desired precision in terms of the number of digits to the right of the decimal.

Returns

BigDecimal
The logarithm of the argument in the specified base.

Clone this wiki locally