Contents

log10(_:)

Returns the base 10 logarithm of each element in a vector of double-precision values.

Declaration

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

See Also

Array-Oriented Exponential and Logarithmic Functions