pub unsafe extern "C" fn atanh(x: f64) -> f64Expand description
Calculate the arc hyperbolic tangent of the input argument x.
ยงReturns
- __nv_atanh( ) returns .
- __nv_atanh( ) returns .
- __nv_atanh(x) returns NaN for x outside interval [-1, 1]. For accuracy information for this function see the CUDA C Programming Guide, Appendix D.1, Table 7.