次の方法で共有


sin 関数

引数の正弦値を計算します。

inline float sin(
   float _X
) restrict(amp);
inline double sin(
   double _X
) restrict(amp);

パラメーター

  • _X
    浮動小数点値

戻り値

引数のサイン値を返します。

必要条件

ヘッダー: amp_math.h

名前空間: Concurrency::precise_math

参照

関連項目

Concurrency::precise_math 名前空間