Browse Source

floorValue Funktion header

remotes/origin/Abdelrahman
Abdelrahman 11 months ago
parent
commit
77e1f6df26
  1. 3
      src/c/funktionen.h

3
src/c/funktionen.h

@ -28,4 +28,7 @@ float power(float x, float y);
// Function to calculate the factorial of a number
int factorial(int x);
// Function to calculate the floor value of a number
float floorValue(float x);
#endif
Loading…
Cancel
Save