__device__ float acoshf ( float  x  ) 

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

Returns:
Result will be in the interval [0, +$\infty$].
  • acoshf(1) returns 0.
  • acoshf(x) returns NaN for x in the interval [$-\infty$, 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