@ -76,4 +76,7 @@ float sineDegrees(float x);
// Function to calculate the cosine of an angle in degrees
float cosineDegrees(float x);
// Function to calculate the tangent of an angle in degrees
float tangentDegrees(float x);
#endif