Quad.Log10 Method

Returns the base 10 logarithm of a specified number.

Definition

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

Parameters

value  Quad
A number whose logarithm is to be found.

Return Value

Quad
The base 10 logarithm of value.

Implements

ILogarithmicFunctions<TSelf>.Log10(TSelf)

See Also