log10(_:)
Returns the base 10 logarithm of each element in a vector of single-precision values.
Declaration
static func log10<U>(_ vector: U) -> [Float] where U : AccelerateBuffer, U.Element == FloatReturns the base 10 logarithm of each element in a vector of single-precision values.
static func log10<U>(_ vector: U) -> [Float] where U : AccelerateBuffer, U.Element == Float