csin

Autres langues

Langue: ja

Autres versions - même langue

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

Section: 3 (Bibliothèques de fonctions)

̾Á°

csin, csinf, csinl - Ê£ÁÇ¿ô¤ÎÀµ¸¹ (sine)

½ñ¼°

#include <complex.h>

double complex csin(double complex z);
float complex csinf(float complex z);
long double complex csinl(long double complex z);

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

ÀâÌÀ

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

½àµò

C99

´ØÏ¢¹àÌÜ

cabs(3), csin(3), ctan(3), complex(7)