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
f56bcf86ef
commit
1acc7773c9
@ -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`)
|
||||
|
Loading…
Reference in New Issue
Block a user