Contents

log(_:)

Returns the natural logarithm for each element in a vector of single-precision values.

Declaration

static func log<U>(_ vector: U) -> [Float] where U : AccelerateBuffer, U.Element == Float

Parameters

  • vector:

    The input vector.

See Also

Array-Oriented Exponential and Logarithmic Functions