Update math/inv_sqrt.cpp

Change to IO operations

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Bensuperpc
2021-08-27 18:46:01 +02:00
committed by GitHub
parent 9e18aacbe4
commit 48a3577064

View File

@@ -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