Browse Source

arcCosine Funktion header

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

3
src/c/funktionen.h

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