Update bit_manipulation/count_of_trailing_ciphers_in_factorial_n.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Swastika Gupta
2021-07-25 23:38:42 +05:30
committed by GitHub
parent ea4a06fe24
commit a8c85e2d7f

View File

@@ -31,7 +31,7 @@ namespace bit_manipulation {
namespace count_of_trailing_ciphers_in_factorial_n {
/**
* @brief Function to count the number of the trailing ciphers
* @param n, Number for which `n!` ciphers are returned
* @param n number for which `n!` ciphers are returned
* @return count, Number of ciphers in `n!`.
*/
uint64_t numberOfCiphersInFactorialN(uint64_t n) {