sincosf Function
Calculates sine and cosine value of _X
inline void sincosf(
float _X,
_Out_ float * _S,
_Out_ 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::precise_math