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

See Also

Reference

Concurrency::fast_math Namespace