---
title: "vacosf(_:)"
framework: accelerate
role: symbol
role_heading: Function
path: "accelerate/vacosf(_:)"
---

# vacosf(_:)

For each vector element, calculates the arccosine.  Results are in the interval [0, pi].

## Declaration

```swift
func vacosf(_: vFloat) -> vFloat
```

## See Also

### Trigonometric Functions (from vfp.h)

- [vsinf(_:)](accelerate/vsinf(_:).md)
- [vcosf(_:)](accelerate/vcosf(_:).md)
- [vsincosf(_:_:)](accelerate/vsincosf(_:_:).md)
- [vtanf(_:)](accelerate/vtanf(_:).md)
- [vasinf(_:)](accelerate/vasinf(_:).md)
- [vatanf(_:)](accelerate/vatanf(_:).md)
- [vatan2f(_:_:)](accelerate/vatan2f(_:_:).md)
- [vvcbrt(_:_:_:)](accelerate/vvcbrt(_:_:_:).md)
- [vvcbrtf(_:_:_:)](accelerate/vvcbrtf(_:_:_:).md)
