Operators.log10<^T> Function (F#)
Visual Studio 2012
Logarithm to base 10 of the given number.
Namespace/Module Path: Microsoft.FSharp.Core.Operators
Assembly: FSharp.Core (in FSharp.Core.dll)
// Signature: log10 : ^T -> ^T (requires ^T with static member Log10) // Usage: log10 value