ctanh

Autres langues

Langue: ja

Autres versions - même langue

Version: 2002-07-28 (openSuse - 09/10/07)

Section: 3 (Bibliothèques de fonctions)

̾Á°

ctanh, ctanhf, ctanhl - Ê£ÁÇ¿ô¤ÎÁжÊÀþÀµÀÜ (hyperbolic tangent)

½ñ¼°

#include <complex.h>

double complex ctanh(double complex z);
float complex ctanhf(float complex z);
long double complex ctanhl(long double complex z);

-lm ¤Ç¥ê¥ó¥¯¤¹¤ë¡£

ÀâÌÀ

Ê£ÁÇ¿ô¤ÎÁжÊÀþÀµÀÜ (hyperbolic tangent) ´Ø¿ô ctanh(z) ¤Ï ¿ô³ØŪ¤Ë¤Ï csinh(z) / ccosh(z) ¤ÇÄêµÁ¤µ¤ì¤ë¡£

½àµò

C99

´ØÏ¢¹àÌÜ

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