---
title: "atanh (Opus Funktion)"
---
### Beschreibung

Berechnet edn Arcus Tangens Hyperbolicus einer Zahl.

### Argumente

| Name | Typ | Beschreibung |
| --- | --- | --- |
|  | [float](../../standard-datentypen/float.md) | Zahl zwischen -1.0 und 1.0 |

### Rückgabewert [float](../../standard-datentypen/float.md)

Arcus Tangens Hyperbolicus des Argumentes

### Beispiel

```
Result = atanh(-0.8);
```

### Siehe auch

[asinh](asinh-opus-funktion.md)

[acosh](acosh-opus-funktion.md)
