Provided by:
manpages-de-dev_0.5-4.1ubuntu1_all 
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).
6. April 2006 CTANH(3)