mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
rename variable names in function description
This commit is contained in:
parent
1200254737
commit
8a0b45f508
@ -14,7 +14,7 @@
|
||||
#include <stdlib.h> /// for exit()
|
||||
|
||||
/**
|
||||
* @brief Determines a raised to the nth power via binary exponentiation.
|
||||
* @brief Determines base raised to an exponent via binary exponentiation.
|
||||
* @param base of the given number
|
||||
* @param exponent of the given number
|
||||
* @return a raised to the nth power
|
||||
|
Loading…
Reference in New Issue
Block a user