Update math/power_of_two.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Neha Hasija
2020-10-22 00:44:51 +05:30
committed by GitHub
parent caf2ecc54e
commit d33bf9d83b

View File

@@ -22,6 +22,12 @@
*/
#include <iostream> /// for std::cout
/**
* @namespace math
* @brief Mathematical algorithms
*/
namespace math {
/**
* @brief Function to test above algorithm
* @param n description