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
Update comment Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
parent
ed4ecad4c6
commit
ba86d36517
@ -14,7 +14,7 @@
|
||||
#define MagicNBR_64 0x5fe6eb50c7b537a9
|
||||
|
||||
/**
|
||||
* 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 implementation from Quake
|
||||
* III Arena (Adapted for C++)
|
||||
* More information can be found at [Wikipedia](https://en.wikipedia.org/wiki/Fast_inverse_square_root)
|
||||
|
Loading…
x
Reference in New Issue
Block a user