tail head cat sleep
QR code linking to this page

manページ  — SIN

名称

sin, sinf – 正弦関数

内容

ライブラリ

Math Library (libm, -lm)

書式

#include <math.h>

double
sin(double x);

float
sinf(float x);

解説

sin() および sinf() 関数は、(ラジアンで計測された) x の正弦を計算します。 大きな引数は、ほとんどまたは全く意味のない結果を生じることがあります。

戻り値

sin() および sinf() 関数は、正弦の値を返します。

関連項目

acos(3), asin(3), atan(3), atan2(3), cos(3), cosh(3), math(3), sinh(3), tan(3), tanh(3)

規格

sin() 関数は、 ISO/IEC 9899:1990 ("ISO C90") に適合しています。

SIN (3) April 19, 1991

tail head cat sleep
QR code linking to this page


このマニュアルページサービスについてのご意見は Ben Bullock にお知らせください。 Privacy policy.

"I liken starting one's computing career with Unix, say as an undergraduate, to being born in East Africa. It is intolerably hot, your body is covered with lice and flies, you are malnourished and you suffer from numerous curable diseases. But, as far as young East Africans can tell, this is simply the natural condition and they live within it. By the time they find out differently, it is too late. They already think that the writing of shell scripts is a natural act."
— Ken Pier, Xerox PARC