@ -47,4 +47,7 @@ float tangent(float x);
// Function to calculate the arc sine of a value and return the result in radians
float arcSine(float x);
// Function to calculate the arc cosine of a value and return the result in radians
float arcCosine(float x);
#endif