Template Function thrust::asinh¶
Defined in File complex.h
Function Documentation¶
-
template<typename T>__host__ __device__ complex<T> thrust::asinh(const complex < T > & z) Returns the complex inverse hyperbolic sine of a
complexnumber.The range of the real part of the result is [-inf, +inf] and the range of the imaginary part is [-Pi/2, Pi/2]
- Parameters
z: Thecomplexargument.