@ -53,4 +53,6 @@ float arcCosine(float x);
// Function to calculate the arc tangent of a value and return the result in radians
float arcTangent(float x);
// Function to convert degrees to radians
float degreesToRadians(float x);
#endif