<!--
{
  "availability" : [
    "iOS: 6.0.0 -",
    "iPadOS: 6.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.5.0 -",
    "tvOS: -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Accelerate",
  "identifier" : "/documentation/Accelerate/vsincosf(_:_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "Accelerate"
    ],
    "preciseIdentifier" : "c:@F@vsincosf"
  },
  "title" : "vsincosf(_:_:)"
}
-->

# vsincosf(_:_:)

Simultaneously computes sine and cosine of values in a vector.

```
func vsincosf(_: vFloat, _: UnsafeMutablePointer<vFloat>) -> vFloat
```

## Return Value

Returns a vector that contains the result of `cos(x)` for each value (`x`) in the source vector.

## Discussion

### Parameters:

- parameter 1: the source vector.
- parameter 2: the output vector.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)