3.99. __nv_expf

float @__nv_expf(float %x)

Calculate the base \(e\) exponential of the input argument.

Calculate the base \(e\) exponential of the input argument x.

Note

For accuracy information, see the CUDA C++ Programming Guide, Mathematical Functions Appendix, Single-Precision Floating-Point Functions section.

Returns

Returns \(e^x\).