csinh

Autres langues

Langue: de

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

Section: 3 (Bibliothèques de fonctions)

BEZEICHNUNG

csinh, csinhf, csinhl - der komplexe Sinus Hyperbolicus

ÜBERSICHT

#include <complex.h>

double complex csinh(double complex z);
float complex csinhf(float complex z);
long double complex csinhl(long double complex z);

Mit der Option -lm linken.

BESCHREIBUNG

Der hyperbolische Sinus sinh() einer komplexen Zahl z ist definiert durch (exp(z)-exp(-z))/2.

KONFORM ZU

C99

SIEHE AUCH

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