mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-06 13:04:00 +08:00
Update comment
Update comment Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user