mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-13 15:37:06 +08:00
Update math/power_of_two.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user