3.100. __nv_expm1
-
double @__nv_expm1(double %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, Double-Precision Floating-Point Functions section.
- Returns
Returns \(e^x - 1\).