日本-日本語 |
|
|
|
OpenVMS マニュアル |
|
HP OpenVMS
|
目次 | 索引 |
cot |
ラジアン単位の引数の余接を返します。
#include <math.h>double cot (double x);
float cotf (float x); (Integrity, Alpha)
long double cotl (long double x); (Integrity, Alpha)
double cotd (double x); (Integrity, Alpha)
float cotdf (float x); (Integrity, Alpha)
long double cotdl (long double x); (Integrity, Alpha)
x
実数値で表したラジアン値。
cot関数は,引数の余接 (ラジアン単位) を返します。cotd関数は,引数の余接 (度単位) を返します。
x = 0 は不正な引数です。
x 引数の余接。 HUGE_VAL 引数が 0 であることを示します。 errno は ERANGE に設定されます。
目次 | 索引 |
|