Browse Source

arcSine

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

2
src/c/funktionen.h

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