Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

tanh, tanhf, tanhl - Tangens hyperbolicus berechnen

&pagelevel(4)&pagelevel

Definition

#include <math.h>

double tanh(double x);
C11
float tanhf(float x);
long double tanhl(long double x); (Ende)

Beschreibung

Diese Funktionen berechnen für die Gleitkommazahl x (im zulässigen Gleitkommaintervall) die Funktion Tangens hyperbolicus.

Returnwert

tanh(x)

Tangens hyperbolicus von x bei Erfolg.

Siehe auch

atan(), cos(), cosh(), sin(), sinh(), tan(), math.h.