Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 5.1

ctan(3)


CTAN

CTAN

NAME
SYNOPSIS
DESCRIPTION
CONFORMING TO
SEE ALSO

NAME

ctan, ctanf, ctanl − complex tangent function

SYNOPSIS

#include <complex.h>

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

Link with −lm.

DESCRIPTION

The complex tangent function ctan(z) is defined mathematically as csin(z) / ccos(z).

CONFORMING TO

C99

SEE ALSO

cabs(3), ccos(3), csin(3), complex(7)



ctan(3)