BigFloat.Log10 Method

Computes the base-10 logarithm of a value.

Definition

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

Parameters

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

Return Value

BigFloat
The base-10 logarithm of x.

Implements

ILogarithmicFunctions<TSelf>.Log10(TSelf)

See Also