thrust::sinh# template<typename T>complex<T> thrust::sinh(const complex<T> &z)# Returns the complex hyperbolic sine of a complex number. Added in version 2.2.0. Parameters: z – The complex argument.