@ -71,4 +71,6 @@ float squareRootPlusOne(float x);
// Function to calculate the cube root of a number and add 1
float cubeRootPlusOne(float x);
// Function to calculate the sine of an angle in degrees
float sineDegrees(float x);
#endif