From 8415b031f9831bd489f74a1c0356d1900fe6f205 Mon Sep 17 00:00:00 2001 From: Ebi Sadeghi <38144193+EbiSadeghi@users.noreply.github.com> Date: Mon, 11 Jul 2022 19:55:22 -0700 Subject: [PATCH] Changed variable description from x to v The description of the function "exp" erroneously referred to "x" rather than "v". Rectified. --- doc/api/a00242.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/a00242.html b/doc/api/a00242.html index 3cead978..475acbfd 100644 --- a/doc/api/a00242.html +++ b/doc/api/a00242.html @@ -89,7 +89,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); Functions template<length_t L, typename T , qualifier Q> GLM_FUNC_DECL vec< L, T, Q > exp (vec< L, T, Q > const &v) - Returns the natural exponentiation of x, i.e., e^x. More...
+ Returns the natural exponentiation of v, i.e., e^v. More...
  template<length_t L, typename T , qualifier Q> GLM_FUNC_DECL vec< L, T, Q > exp2 (vec< L, T, Q > const &v)