Template Function TRAP::Math::Exp(T)#

Function Documentation#

template<typename T>
constexpr T TRAP::Math::Exp(T x)#

Retrieve the natural exponentiation of the parameter.

Exp function is defined for input values of x defined in the range (inf-, inf+) in the limit of the type qualifier.

Parameters:

x – Specify the value to exponentiate.

Returns:

Natural exponentiation of x. i.e., e^x.