Browse Source

arcTangent Funktion header

remotes/origin/Khaled
Khaled 11 months ago
parent
commit
4259ce63e8
  1. 3
      src/c/funktionen.h

3
src/c/funktionen.h

@ -50,4 +50,7 @@ float arcSine(float x);
// Function to calculate the arc cosine of a value and return the result in radians // Function to calculate the arc cosine of a value and return the result in radians
float arcCosine(float x); float arcCosine(float x);
// Function to calculate the arc tangent of a value and return the result in radians
float arcTangent(float x);
#endif #endif
Loading…
Cancel
Save