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`