sincosf Function (fast_math)
Calculates sine and cosine value of _X
inline void sincosf(
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