総合手引
セクション 3
ジャンプ:
English
オプション
manページ — COS
名称
cos
,
cosf
– 余弦関数
内容
ライブラリ
書式
解説
戻り値
関連項目
規格
ライブラリ
Math Library (libm, -lm)
書式
#include <math.h>
double
cos
(double x)
;
float
cosf
(float x)
;
解説
cos
()
および
cosf
()
関数は、(ラジアンで計測された)
x
の余弦を計算します。 大きな引数は、ほとんどまたは全く意味のない結果を生じることがあります。 丸めによる誤差の議論は、
math(3)
を参照してください。
戻り値
cos
()
および
cosf
()
関数は、余弦の値を返します。
関連項目
acos(3)
,
asin(3)
,
atan(3)
,
atan2(3)
,
cosh(3)
,
math(3)
,
sin(3)
,
sinh(3)
,
tan(3)
,
tanh(3)
規格
cos
()
関数は、
ISO/IEC
9899:1990 ("ISO C90") に適合しています。
COS (3)
May 2, 1991
総合手引
セクション 3
ジャンプ:
English
オプション
Copyright:
The
copyright notice of this manual page is here
(plain text).
このマニュアルページサービスについてのご意見は
Ben Bullock
にお知らせください。
Privacy policy
.
“
Not only is UNIX dead, it's starting to smell really bad.
”
— Rob Pike