Browse Source

cosine Funktion

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

3
src/c/funktionen.h

@ -38,5 +38,8 @@ int characterAppearanceInString(char c, char string[]);
// Function to calculate the sine of an angle in radians // Function to calculate the sine of an angle in radians
float sine(float x); float sine(float x);
// Function to calculate the cosine of an angle in radians
float cosine(float x);
#endif #endif
Loading…
Cancel
Save