pub unsafe extern "C" fn exp(x: f64) -> f64
Calculate the base exponential of the input argument x.
Nvidia docs
Returns . For accuracy information for this function see the CUDA C Programming Guide, Appendix D.1, Table 7.