mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Update math/inv_sqrt.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
parent
ba86d36517
commit
2ca08fe23e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user