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