Update math/inv_sqrt.cpp

Update comment

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Bensuperpc 2021-08-27 18:46:35 +02:00 committed by GitHub
parent ed4ecad4c6
commit ba86d36517
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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