log(onePlus:)
log(1 + x), computed in such a way as to maintain accuracy for small x.
static func log(onePlus x: Self) -> Self
See also:
log()
log2()
(for types conforming toRealFunctions
)log10()
(for types conforming toRealFunctions
)
log(1 + x), computed in such a way as to maintain accuracy for small x.
static func log(onePlus x: Self) -> Self
log()
log2()
(for types conforming to RealFunctions
)
log10()
(for types conforming to RealFunctions
)