Changed the e^v clarification in source

Earlier I made the change in the html generated by doxygen rather than the source used to generate the documentation.
This commit is contained in:
Ebi Sadeghi 2022-09-20 20:20:58 -07:00 committed by GitHub
parent 8415b031f9
commit bfa82837ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ namespace glm
template<length_t L, typename T, qualifier Q>
GLM_FUNC_DECL vec<L, T, Q> pow(vec<L, T, Q> const& base, vec<L, T, Q> const& exponent);
/// Returns the natural exponentiation of x, i.e., e^x.
/// Returns the natural exponentiation of v, i.e., e^v.
///
/// @param v exp function is defined for input values of v defined in the range (inf-, inf+) in the limit of the type qualifier.
/// @tparam L An integer between 1 and 4 included that qualify the dimension of the vector.