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

Function Documentation#

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

Compute the complex exponential base 2 of a complex number.

See also

exp

Template Parameters

T – Scalar type of the complex number

Parameters

other – Input complex number

Returns

Complex exponential base 2 of the input complex number