@ -25,4 +25,7 @@ float naturalLogarithm(float x);
// Function to calculate the exponentiation of a number to the power of another number
float power(float x, float y);
// Function to calculate the factorial of a number
int factorial(int x);
#endif