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

# cosh(_:)

Returns the hyperbolic cosine of each element in a vector.

## Declaration

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

## See Also

### Hyperbolic Functions

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