Manual Reference Pages  - CTAN (3)

NAME

ctan, ctanf, ctanl - complex tangent function

CONTENTS

Synopsis
Description

SYNOPSIS

#include <complex.h>

double complex ctan(double complex z);

float complex ctanf(float complex z);

long double complex ctanl(long double complex z);

DESCRIPTION

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

CONFORMING TO

C99

SEE ALSO

cabs(3), ccos(3), csin(3
Jump to page    or go to Top of page |  Section 3 |  Main Index.


CTAN (3) 2002-07-28
Generated by manServer 1.07 from /usr/share/man/man3/ctan.3.gz using man macros.