expf

Function expf 

Source
pub unsafe extern "C" fn expf(x: f32) -> f32
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 6.