Browse Source

ceilingValue Funktion header

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

3
src/c/funktionen.h

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