__device__ float sinhf ( float  x  ) 

Calculate the hyperbolic sine of the input argument x (measured in radians).

Returns:
  • sinhf($\pm 0$) returns $\pm 0$.
  • sinhf($\pm \infty$) returns NaN.
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