mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-07 05:42:03 +08:00
Update math/inv_sqrt.cpp
Change to IO operations Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
#include <cmath> /// for `std::sqrt`
|
||||
#include <iostream> /// for `std::cout`
|
||||
#include <iostream> /// for IO operations
|
||||
#include <type_traits> /// for `static_assert`
|
||||
|
||||
#define MagicNBR_32 0x5f3759df
|
||||
|
||||
Reference in New Issue
Block a user