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 4.8

i386

ctanhf(3)


CTANH

CTANH

NAME
SYNOPSIS
DESCRIPTION
CONFORMING TO
SEE ALSO

NAME

ctanh, ctanhf, ctanhl − complex hyperbolic tangent

SYNOPSIS

#include <complex.h>

double complex ctanh(double complex z);

float complex ctanhf(float complex z);

long double complex ctanhl(long double complex z);

DESCRIPTION

The complex hyperbolic tangent function tanh(z) is defined as cosh(z)/sinh(z).

CONFORMING TO

C99

SEE ALSO

cabs(3), ccosh(3), csinh(3)



ctanhf(3)