Big Float.Log 10 Method
Computes the base-10 logarithm of a value.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The base-10 logarithm of x.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static BigFloat Log10(
BigFloat x
)
Parameters
- x BigFloat
- The value whose base-10 logarithm is to be computed.
Return Value
BigFloatThe base-10 logarithm of x.