pub unsafe extern "C" fn sincospi(
x: f64,
sptr: *mut f64,
cptr: *mut f64,
)Expand description
Calculate the sine and cosine of the first input argument, (measured in radians),x . The results for sine and cosine are written into the second argument, , and, sptr respectively, third argument, . zptr
ยงReturns
- none See __nv_sinpi() and __nv_cospi(). For accuracy information for this function see the CUDA C Programming Guide, Appendix D.1, Table 7.