Browse Source

test_tangentDegrees header

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

3
src/c/funktionen.h

@ -76,4 +76,7 @@ float sineDegrees(float x);
// Function to calculate the cosine of an angle in degrees
float cosineDegrees(float x);
// Function to calculate the tangent of an angle in degrees
float tangentDegrees(float x);
#endif
Loading…
Cancel
Save