@ -41,5 +41,8 @@ float sine(float x);
// Function to calculate the cosine of an angle in radians
float cosine(float x);
// Function to calculate the tangent of an angle in radians
float tangent(float x);
#endif