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

# vsinhf(_:)

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

## Declaration

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

## See Also

### Hyperbolic Functions (from vfp.h)

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