sincos 函式 (fast_math)
計算 _X 的正弦 (Sine) 和餘弦函數 (Cosine) 值
inline void sincos(
float _X,
float * _S,
float * _C
) restrict(amp);
參數
_X
浮點數值
_S
傳回 _X 的正弦函式值
_C
傳回 _X 的餘弦函式值
需求
標頭: amp_math.h
命名空間: Concurrency::fast_math
請參閱
參考
Concurrency::fast_math 命名空間