Expand Minimize
This topic has not yet been rated - Rate this topic

sinf Function (fast_math)

Visual Studio 2012

Calculates the sine value of the argument

inline float sinf(
   float _X
) restrict(amp);
_X

Floating-point value

Returns the sine value of the argument

Header: amp_math.h

Namespace: Concurrency::fast_math

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.