diff --git a/math/magic_number.cpp b/math/magic_number.cpp index c913c5dbd..0d1fc3711 100644 --- a/math/magic_number.cpp +++ b/math/magic_number.cpp @@ -19,6 +19,11 @@ #include /// for assert #include /// for io operations +/** + * @namespace math + * @brief Mathematical algorithms + */ +namespace math { /** * Function to check if the given number is magic number or not. * @param n number to be checked.