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

Function Documentation#

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

Compute the complex exponential base 10 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 10 of the input complex number