sin

Autres langues

Langue: ja

Autres versions - même langue

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

Section: 3 (Bibliothèques de fonctions)

̾Á°

sin, sinf, sinl - Àµ¸¹ (¥µ¥¤¥ó) ´Ø¿ô

½ñ¼°


#include <math.h>



double sin(double x);


float sinf(float x);
long double sinl(long double x);

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

ÀâÌÀ

sin() ´Ø¿ô¤Ï x ¤ÎÀµ¸¹ (¥µ¥¤¥ó) ¤ÎÃͤòÊÖ¤¹¡£ ¤³¤³¤Ç¡¢x ¤Ï¥é¥¸¥¢¥óñ°Ì¤ÇÍ¿¤¨¤é¤ì¤ë¡£

ÊÖ¤êÃÍ

sin() ´Ø¿ô¤Ï -1 ¤È 1 ¤Î´Ö¤ÎÃͤòÊÖ¤¹¡£

½àµò

SVr4, 4.3BSD, C89. float ÈÇ¤È long double ÈÇ¤Ï C99 ¤ÎÍ×µá»ÅÍͤǤ¢¤ë¡£

´ØÏ¢¹àÌÜ

acos(3), asin(3), atan(3), atan2(3), csin(3), cos(3), tan(3)