Required Static Methodswift-numerics 1.0.3RealModule

log10(_:)

The base-10 logarithm of x.

RealFunctions.swift:86
static func log10(_ x: Self) -> Self

See also:

  • exp10()

  • log()

  • log(onePlus:)

  • log2()