@ -117,3 +117,8 @@ float arcCosine(float x) {
}
// Function to calculate the arc tangent of a value and return the result in radians
float arcTangent(float x) {
return atan(x);