Update math/inv_sqrt.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Bensuperpc
2021-08-27 18:47:11 +02:00
committed by GitHub
parent ba86d36517
commit 2ca08fe23e

View File

@@ -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