Template Function librapid::csc(const Complex<T>&)#

Function Documentation#

template<typename T>
Complex<T> librapid::csc(const Complex<T> &other)#

Calculate the cosecant of a complex number.

Template Parameters

T – Scalar type

Parameters

otherComplex number

Returns

\( \csc(z) \)