From bfa82837ea95deb3d9bc2960d0577ee333fdabe8 Mon Sep 17 00:00:00 2001 From: Ebi Sadeghi <38144193+EbiSadeghi@users.noreply.github.com> Date: Tue, 20 Sep 2022 20:20:58 -0700 Subject: [PATCH] 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. --- glm/exponential.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glm/exponential.hpp b/glm/exponential.hpp index f8fb886f..1614f769 100644 --- a/glm/exponential.hpp +++ b/glm/exponential.hpp @@ -35,7 +35,7 @@ namespace glm template GLM_FUNC_DECL vec pow(vec const& base, vec 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.