rename variable names in function description

This commit is contained in:
Praneeth Jain 2023-10-02 11:59:26 +05:30 committed by GitHub
parent 1200254737
commit 8a0b45f508
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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