ctan

Autres langues

Langue: de

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

Section: 3 (Bibliothèques de fonctions)

BEZEICHNUNG

ctan, ctanf, ctanl - Der komplexe Tangens

ÜBERSICHT

#include <complex.h>

double complex ctan(double complex z);
float complex ctanf(float complex z);
long double complex ctanl(long double complex z);

Mit der Option -lm linken.

BESCHREIBUNG

Der Tangens ctan() einer komplexen Zahl z ist definiert durch csin(z) / ccos(z).

KONFORM ZU

C99

SIEHE AUCH

cabs(3), ccos(3), csin(3), complex(5).