csinh

Autres langues

Langue: ja

Autres versions - même langue

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

Section: 3 (Bibliothèques de fonctions)

̾Á°

csinh, csinhf, csinhl - Ê£ÁÇ¿ô¤ÎÁжÊÀþÀµ¸¹ (hyperbolic sine)

½ñ¼°

#include <complex.h>

double complex csinh(double complex z);
float complex csinhf(float complex z);
long double complex csinhl(long double complex z);

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

ÀâÌÀ

Ê£ÁÇ¿ô¤ÎÁжÊÀþÀµ¸¹ (hyperbolic sine) ´Ø¿ô sinh(z) ¤ÎÄêµÁ¤Ï (exp(z)-exp(-z))/2 ¤Ç¤¢¤ë¡£

½àµò

C99

´ØÏ¢¹àÌÜ

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