__device__ double cosh ( double  x  ) 

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

Returns:
  • cosh(0) returns 1.
  • cosh($\pm \infty$) returns $+\infty$.
Note:
For accuracy information for this function see the CUDA C Programming Guide, Appendix C, Table C-2.


Generated by Doxygen for NVIDIA CUDA Library  NVIDIA