sin

Function sin 

Source
pub unsafe extern "C" fn sin(x: f64) -> f64
Expand description

Calculate the sine of the input argument (measured in radians)x.

Nvidia docs

ยงReturns

  • __nv_sin( ) returns .
  • __nv_sin( ) returns NaN. For accuracy information for this function see the CUDA C Programming Guide, Appendix D.1, Table 7.