mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-08 21:16:26 +08:00
Update bit_manipulation/count_of_trailing_ciphers_in_factorial_n.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -30,7 +30,7 @@ namespace bit_manipulation {
|
||||
*/
|
||||
namespace count_of_trailing_ciphers_in_factorial_n {
|
||||
/**
|
||||
* @brief Function to count the number of trailing ciphers.
|
||||
* @brief Function to count the number of the trailing ciphers
|
||||
* @param n, Number for which `n!` ciphers are returned
|
||||
* @return count, Number of ciphers in `n!`.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user