exp

Function exp 

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

Calculate the base exponential of the input argument x.

Nvidia docs

ยงReturns

Returns . For accuracy information for this function see the CUDA C Programming Guide, Appendix D.1, Table 7.