From f476e1dbb4dbd8654e40c8a4d9b02862eb2f53ae Mon Sep 17 00:00:00 2001 From: Bensuperpc Date: Fri, 27 Aug 2021 22:42:21 +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 aca7a32cc..2d34005c5 100644 --- a/math/inv_sqrt.cpp +++ b/math/inv_sqrt.cpp @@ -3,7 +3,7 @@ * @brief Calculate the inverse inverse root. * @details * Two implementation to calculate inverse inverse root, - * from Quake III Arena (C++ version) and with standard lib (cmath) + * from Quake III Arena (C++ version) and with a standard library (`cmath`) */ #include /// for `std::sqrt`