From 1acc7773c95b5784d9aff9fce2547cc8f095a9ac Mon Sep 17 00:00:00 2001 From: Bensuperpc Date: Sun, 29 Aug 2021 17:15:38 +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 fa0f82942..360a9d8bd 100644 --- a/math/inv_sqrt.cpp +++ b/math/inv_sqrt.cpp @@ -1,6 +1,6 @@ /** * @file - * @brief Calculate the inverse inverse root. + * @brief Implementation of [Fast Inverse Square Root](https://medium.com/hard-mode/the-legendary-fast-inverse-square-root-e51fee3b49d9). * @details * Two implementation to calculate inverse inverse root, * from Quake III Arena (C++ version) and with a standard library (`cmath`)