mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-03 10:35:34 +08:00
Update math/inv_sqrt.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @file
|
||||
* @brief Calculate the inverse inverse root.
|
||||
* @brief Implementation of [Fast Inverse Square Root](https://medium.com/hard-mode/the-legendary-fast-inverse-square-root-e51fee3b49d9).
|
||||
* @details
|
||||
* Two implementation to calculate inverse inverse root,
|
||||
* from Quake III Arena (C++ version) and with a standard library (`cmath`)
|
||||
|
||||
Reference in New Issue
Block a user