Browse Source

test_cosineDegrees header

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

3
src/c/funktionen.h

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