---
title: "sinh(_:)"
framework: simd
role: symbol
role_heading: Function
path: "simd/sinh(_:)-5gx9h"
---

# sinh(_:)

Returns the hyperbolic sine of each element in a vector.

## Declaration

```swift
func sinh(_ x: simd_double2) -> simd_double2
```

## See Also

### Hyperbolic Functions

- [acosh(_:)](simd/acosh(_:)-edu.md)
- [asinh(_:)](simd/asinh(_:)-nxaa.md)
- [atanh(_:)](simd/atanh(_:)-5l8ss.md)
- [cosh(_:)](simd/cosh(_:)-303ot.md)
- [tanh(_:)](simd/tanh(_:)-739hq.md)
