From 2ca08fe23eea6c2ab98f45bca835169e7e47aacc Mon Sep 17 00:00:00 2001 From: Bensuperpc Date: Fri, 27 Aug 2021 18:47:11 +0200 Subject: [PATCH] Update math/inv_sqrt.cpp Co-authored-by: David Leal --- math/inv_sqrt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/inv_sqrt.cpp b/math/inv_sqrt.cpp index 16f5a5885..e845678a5 100644 --- a/math/inv_sqrt.cpp +++ b/math/inv_sqrt.cpp @@ -44,7 +44,7 @@ inline T Fast_InvSqrt(T x) { } /** - * This is the function that calculate Fast inverse square root. + * @brief This is the function that calculates the fast inverse square root. * The following code is the fast inverse square root with standard lib (cmath) * More info: * https://www.linkedin.com/pulse/fast-inverse-square-root-still-armin-kassemi-langroodi