Required Static Methodswift-numerics 1.0.3RealModule

log2(_:)

The base-2 logarithm of x.

RealFunctions.swift:76
static func log2(_ x: Self) -> Self

See also:

  • exp2()

  • log()

  • log(onePlus:)

  • log10()