Double

public extension Double
  • This is equivalent to numpy.log1p(x). Module MathematicalFunctions.

    Declaration

    Swift

    func log1p() -> Double

    Return Value

    The value of log(1 + x).