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

Function Documentation#

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

Compute the sine of a complex number.

Template Parameters

T – Scalar type

Parameters

otherComplex number

Returns

\( \sin(z) \)