Update math/power_of_two.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Neha Hasija
2020-10-19 01:13:43 +05:30
committed by GitHub
parent 1de5468200
commit c144df6a5b

View File

@@ -1,6 +1,6 @@
/**
* @file power_of_two.cpp
* @file
* @brief Implementation to check whether a number is a power of 2 or not.
*
* @details