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

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);

Link with −lm.

DESCRIPTION

The complex hyperbolic tangent function ctanh(z) is defined mathematically as csinh(z) / ccosh(z).

CONFORMING TO

C99

SEE ALSO

cabs(3), ccosh(3), csinh(3), complex(7)



ctanhf(3)