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