Update math/inv_sqrt.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Bensuperpc
2021-08-27 22:42:21 +02:00
committed by GitHub
parent 370d59594c
commit f476e1dbb4

View File

@@ -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 <cmath> /// for `std::sqrt`