Template Function thrust::sqrt¶
Defined in File complex.h
Function Documentation¶
-
template<typename T>__host__ __device__ complex<T> thrust::sqrt(const complex < T > & z) Returns the complex square root of a
complexnumber.- Parameters
z: Thecomplexargument.