Contents

cos(_:)

Returns the cosine of each element in a vector of double-precision values.

Declaration

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

See Also

Array-Oriented Trigonometric Functions