Contents

sinPi(_:)

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

Declaration

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

See Also

Array-Oriented Trigonometric Functions