__device__ float coshf ( float  x  ) 

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

Returns:
  • coshf(0) returns 1.
  • coshf($\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