diff --git a/math/power_of_two.cpp b/math/power_of_two.cpp index cf89d2093..4efaa2772 100644 --- a/math/power_of_two.cpp +++ b/math/power_of_two.cpp @@ -22,6 +22,12 @@ */ #include /// for std::cout + +/** + * @namespace math + * @brief Mathematical algorithms + */ +namespace math { /** * @brief Function to test above algorithm * @param n description