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

# vasinf(_:)

For each vector element, calculates the arcsine.  Results are in the interval [-pi/2, pi/2].

## Declaration

```swift
func vasinf(_: 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)
- [vacosf(_:)](accelerate/vacosf(_:).md)
- [vatanf(_:)](accelerate/vatanf(_:).md)
- [vatan2f(_:_:)](accelerate/vatan2f(_:_:).md)
- [vvcbrt(_:_:_:)](accelerate/vvcbrt(_:_:_:).md)
- [vvcbrtf(_:_:_:)](accelerate/vvcbrtf(_:_:_:).md)
