__device__ float expm1f ( float  x  ) 

Calculate the base $e$ exponential of the input argument x, minus 1.

Returns:
Returns $e^x - 1$.
Note:
For accuracy information for this function see the CUDA C Programming Guide, Appendix C, Table C-1.


Generated by Doxygen for NVIDIA CUDA Library  NVIDIA