vsincosf(_:_:)
Simultaneously computes sine and cosine of values in a vector.
Declaration
func vsincosf(_: vFloat, _: UnsafeMutablePointer<vFloat>) -> vFloatReturn Value
Returns a vector that contains the result of cos(x) for each value (x) in the source vector.
Parameters:
- parameter 1
the source vector.
- parameter 2
the output vector.