Skip to content

Commit

Permalink
Changed the e^v clarification in source
Browse files Browse the repository at this point in the history
Earlier I made the change in the html generated by doxygen rather than the source used to generate the documentation.
  • Loading branch information
EbiSadeghi committed Sep 21, 2022
1 parent 8415b03 commit bfa8283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glm/exponential.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bfa8283

Please sign in to comment.