mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-06 04:53:30 +08:00
Update math/inv_sqrt.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user