__device__ float __sinf ( float  x  ) 

Calculate the fast approximate sine of the input argument x, measured in radians.

Returns:
Returns the approximate sine of x.
Note:
For accuracy information for this function see the CUDA C Programming Guide, Appendix C, Table C-4.

Input and output in the denormal range is flushed to sign preserving 0.0.


Generated by Doxygen for NVIDIA CUDA Library  NVIDIA