asinh# template<typename T>complex<T> thrust::asinh( const complex<T> &z, )# Returns the complex inverse hyperbolic sine of a complex number. 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 – The complex argument.