3.101. __nv_expm1f

float @__nv_expm1f(float %x)

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

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

Note

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

Returns

Returns \(e^x - 1\).