---
title: "atanh(_:)"
framework: simd
role: symbol
role_heading: Function
path: "simd/atanh(_:)-48wed"
---

# atanh(_:)

Returns the inverse hyperbolic tangent of each element in a vector.

## Declaration

```swift
func atanh(_ x: simd_float4) -> simd_float4
```

## See Also

### Hyperbolic Functions

- [acosh(_:)](simd/acosh(_:)-7sio6.md)
- [asinh(_:)](simd/asinh(_:)-693z8.md)
- [cosh(_:)](simd/cosh(_:)-5k3hp.md)
- [sinh(_:)](simd/sinh(_:)-4eoxy.md)
- [tanh(_:)](simd/tanh(_:)-9p88r.md)
