pub unsafe extern "C" fn ddiv_rz(x: f64, y: f64) -> f64Expand description
Divides two floating point values by in round-towards-zero modex. y
ยงReturns
Returns / x. y For accuracy information for this function see the CUDA C Programming Guide, Appendix D.1, Table 7. Requires compute capability >= 2.0.