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

Function Documentation#

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

Calculate the hyperbolic sine of a complex number.

Template Parameters

T – Scalar type

Parameters

otherComplex number

Returns

\( \sinh(z) \)