sincos 関数
_X のサインおよびコサインの値を計算します。
inline void sincos(
float _X,
_Out_ float * _S,
_Out_ float * _C
) restrict(amp);
inline void sincos(
double _X,
_Out_ double * _S,
_Out_ double * _C
) restrict(amp);
パラメーター
_X
浮動小数点の値_S
_X のサイン値を返します。_C
_X のコサイン値を返します。
必要条件
ヘッダー: amp_math.h
名前空間: Concurrency::precise_math