mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Update comment
Update comment Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
parent
118dc87ca5
commit
9e18aacbe4
@ -6,9 +6,9 @@
|
||||
* from Quake III Arena (C++ version) and with standard lib (cmath)
|
||||
*/
|
||||
|
||||
#include <cmath>
|
||||
#include <iostream>
|
||||
#include <type_traits>
|
||||
#include <cmath> /// for `std::sqrt`
|
||||
#include <iostream> /// for `std::cout`
|
||||
#include <type_traits> /// for `static_assert`
|
||||
|
||||
#define MagicNBR_32 0x5f3759df
|
||||
#define MagicNBR_64 0x5fe6eb50c7b537a9
|
||||
|
Loading…
x
Reference in New Issue
Block a user