Operations<T>.Log10 Method

Gets a delegate that returns the natural logarithm of a number.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static T Log10(
	T value
)

Parameters

value  T
 

Return Value

T

See Also