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

# cosh(_:)

Returns the hyperbolic cosine of each element in a vector.

## Declaration

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

## See Also

### Hyperbolic Functions

- [acosh(_:)](simd/acosh(_:)-1e4qf.md)
- [asinh(_:)](simd/asinh(_:)-8b3vg.md)
- [atanh(_:)](simd/atanh(_:)-7z6qz.md)
- [sinh(_:)](simd/sinh(_:)-6glq8.md)
- [tanh(_:)](simd/tanh(_:)-4b44y.md)
