thrust::tan

Defined in thrust/complex.h

template<typename T>
complex<T> thrust::tan(const complex<T> &z)

Returns the complex tangent of a complex number.

Parameters

z – The complex argument.