Browse Source

degreesToRadians header

remotes/origin/Khaled
Khaled 11 months ago
parent
commit
2a61fbc11f
  1. 2
      src/c/funktionen.h

2
src/c/funktionen.h

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