---
title: "asinh(_:result:)"
framework: accelerate
role: symbol
role_heading: Type Method
path: "accelerate/vforce/asinh(_:result:)-17vv4"
---

# asinh(_:result:)

Calculates the inverse hyperbolic sine of each element in a vector of single-precision values.

## Declaration

```swift
static func asinh<U, V>(_ vector: U, result: inout V) where U : AccelerateBuffer, V : AccelerateMutableBuffer, U.Element == Float, V.Element == Float
```

## See Also

### Array-Oriented Hyperbolic Functions

- [acosh(_:)](accelerate/vforce/acosh(_:)-1j3qt.md)
- [acosh(_:)](accelerate/vforce/acosh(_:)-8zjay.md)
- [acosh(_:result:)](accelerate/vforce/acosh(_:result:)-4cip0.md)
- [acosh(_:result:)](accelerate/vforce/acosh(_:result:)-2r23w.md)
- [asinh(_:)](accelerate/vforce/asinh(_:)-ue6b.md)
- [asinh(_:)](accelerate/vforce/asinh(_:)-284n7.md)
- [asinh(_:result:)](accelerate/vforce/asinh(_:result:)-7wn57.md)
- [atanh(_:)](accelerate/vforce/atanh(_:)-922d.md)
- [atanh(_:)](accelerate/vforce/atanh(_:)-2t372.md)
- [atanh(_:result:)](accelerate/vforce/atanh(_:result:)-6waj3.md)
- [atanh(_:result:)](accelerate/vforce/atanh(_:result:)-596wg.md)
- [cosh(_:)](accelerate/vforce/cosh(_:)-4dmhm.md)
- [cosh(_:)](accelerate/vforce/cosh(_:)-5ax3f.md)
- [cosh(_:result:)](accelerate/vforce/cosh(_:result:)-4f7in.md)
- [cosh(_:result:)](accelerate/vforce/cosh(_:result:)-3x3wu.md)
