Quad.Log 10 Method
Returns the base 10 logarithm of a specified number.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The base 10 logarithm of value.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static Quad Log10(
Quad value
)
Parameters
- value Quad
- A number whose logarithm is to be found.
Return Value
QuadThe base 10 logarithm of value.