Contents

log2(_:)

Returns the base 2 logarithm of each element in a vector of single-precision values.

Declaration

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

See Also

Array-Oriented Exponential and Logarithmic Functions