Browse Source

sineDegrees header

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

2
src/c/funktionen.h

@ -71,4 +71,6 @@ float squareRootPlusOne(float x);
// Function to calculate the cube root of a number and add 1 // Function to calculate the cube root of a number and add 1
float cubeRootPlusOne(float x); float cubeRootPlusOne(float x);
// Function to calculate the sine of an angle in degrees
float sineDegrees(float x);
#endif #endif
Loading…
Cancel
Save