cosPi(_:)
Returns the cosine of pi, multiplied by each element in a vector of single-precision values.
Declaration
static func cosPi<U>(_ vector: U) -> [Float] where U : AccelerateBuffer, U.Element == FloatReturns the cosine of pi, multiplied by each element in a vector of single-precision values.
static func cosPi<U>(_ vector: U) -> [Float] where U : AccelerateBuffer, U.Element == Float