@ -16,4 +16,7 @@ float cubeRoot(float x);
// Function to calculate the absolute value of a number
float absolute(float x);
// Function to calculate the logarithm (base 10) of a number
float logarithm(float x);
#endif