Template Function TRAP::Math::Exp(Vec<L, T>)#
Function Documentation#
-
template<u32 L, typename T>
constexpr Vec<L, T> TRAP::Math::Exp(Vec<L, 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.