日本-日本語 |
|
|
|
OpenVMS マニュアル |
|
HP OpenVMS
|
目次 | 索引 |
sin |
ラジアン単位の引数の正弦を返します。
#include <math.h>double sin (double x);
float sinf (float x); (Integrity, Alpha)
long double sinl (long double x); (Integrity, Alpha)
double sind (double x); (Integrity, Alpha)
float sindf (float x); (Integrity, Alpha)
long double sindl (long double x); (Integrity, Alpha)
x
浮動小数点数として表現されたラジアン。
sin関数は,ラジアン単位の x の正弦を計算します。sind関数は,度単位の x の正弦を計算します。
x 引数の正弦。 NaN x = ±Infinity or NaN; errno is set to EDOM. 0 アンダフローが発生しました。 errno は ERANGE に設定されます。
目次 | 索引 |
|