Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Calculates sine and cosine value of _X
inline void sincos(
float _X,
float * _S,
float * _C
) restrict(amp);
Parameters
_X
Floating-point value_S
Returns the sine value of _X_C
Returns the cosine value of _X
Requirements
Header: amp_math.h
Namespace: Concurrency::fast_math