ctanh

Autres langues

Langue: de

Version: 6. April 2006 (openSuse - 09/10/07)

Section: 3 (Bibliothèques de fonctions)

BEZEICHNUNG

ctanh, ctanhf, ctanhl - der komplexe Tangens Hyperbolicus

ÜBERSICHT

#include <complex.h>

double complex ctanh(double complex z);
float complex ctanhf(float complex z);
long double complex ctanhl(long double complex z);

Mit der Option -lm linken.

BESCHREIBUNG

Der hyperbolische Tangens ctanh() einer komplexen Zahl z ist definiert durch sinh(z) / cosh(z).

KONFORM ZU

C99

SIEHE AUCH

cabs(3), ccosh(3), csinh(3), complex(5).