Browse Source

tangent Funktion Header

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

3
src/c/funktionen.h

@ -41,5 +41,8 @@ float sine(float x);
// Function to calculate the cosine of an angle in radians // Function to calculate the cosine of an angle in radians
float cosine(float x); float cosine(float x);
// Function to calculate the tangent of an angle in radians
float tangent(float x);
#endif #endif
Loading…
Cancel
Save