Required Static Methodswift-numerics 1.0.3RealModule

log(onePlus:)

log(1 + x), computed in such a way as to maintain accuracy for small x.

ElementaryFunctions.swift:203
static func log(onePlus x: Self) -> Self

See also:

  • log()

  • log2() (for types conforming to RealFunctions)

  • log10() (for types conforming to RealFunctions)