---
title: "cosh(_:)"
framework: simd
role: symbol
role_heading: Function
path: "simd/cosh(_:)-8h0te"
---

# cosh(_:)

Returns the hyperbolic cosine of each element in a vector.

## Declaration

```swift
func cosh(_ x: simd_double4) -> simd_double4
```

## See Also

### Hyperbolic Functions

- [acosh(_:)](simd/acosh(_:)-2a3a.md)
- [asinh(_:)](simd/asinh(_:)-847y.md)
- [atanh(_:)](simd/atanh(_:)-17pza.md)
- [sinh(_:)](simd/sinh(_:)-3rjw6.md)
- [tanh(_:)](simd/tanh(_:)-x8vt.md)
