atan2(x:y:)
Returns the arctangent of each pair of elements in two vectors of single-precision values.
Declaration
static func atan2<U, V>(x: U, y: V) -> [Float] where U : AccelerateBuffer, V : AccelerateMutableBuffer, U.Element == Float, V.Element == FloatParameters
- x:
The first input vector.
- y:
The second input vector.