Contents

cosPi(_:result:)

Calculates the cosine of pi, multiplied by each element in a vector of double-precision values.

Declaration

static func cosPi<U, V>(_ vector: U, result: inout V) where U : AccelerateBuffer, V : AccelerateMutableBuffer, U.Element == Double, V.Element == Double

See Also

Array-Oriented Trigonometric Functions