@ -19,4 +19,7 @@ float absolute(float x);
// Function to calculate the logarithm (base 10) of a number
float logarithm(float x);
// Function to calculate the natural logarithm (base e) of a number
float naturalLogarithm(float x);
#endif