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.