日本-日本語 |
|
|
|
OpenVMS マニュアル |
|
HP OpenVMS
|
目次 | 索引 |
cos |
ラジアン単位の引数の余弦を返します。
#include <math.h>double cos (double x);
float cosf (float x); (Integrity, Alpha)
long double cosl (long double x); (Integrity, Alpha)
double cosd (double x); (Integrity, Alpha)
float cosdf (float x); (Integrity, Alpha)
long double cosdl (long double x); (Integrity, Alpha)
x
実数値として表したラジアン値。
cos関数は,引数の余弦 (ラジアン単位) を返します。cosd関数は,引数の余弦 (度単位) を返します。
|x| = 無限大は不正な引数です。
x 引数の余弦。 HUGE_VAL 引数が大きすぎることを示します。 errno は ERANGE に設定されます。
目次 | 索引 |
|