__device__ float atanhf ( float  x  ) 

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

Returns:
  • atanhf($\pm 0$) returns $\pm 0$.
  • atanhf($\pm 1 $) returns $\pm \infty$.
  • atanhf(x) returns NaN for x outside interval [-1, 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