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

# vasinhf(_:)

For each vector element, calculates the inverse hyperbolic sine of X.

## Declaration

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

## See Also

### Hyperbolic Functions (from vfp.h)

- [vsinhf(_:)](accelerate/vsinhf(_:).md)
- [vcoshf(_:)](accelerate/vcoshf(_:).md)
- [vtanhf(_:)](accelerate/vtanhf(_:).md)
- [vacoshf(_:)](accelerate/vacoshf(_:).md)
- [vatanhf(_:)](accelerate/vatanhf(_:).md)
