Browse Source

cuberoot funktion hearder

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

3
src/c/funktionen.h

@ -10,4 +10,7 @@ float squareRoot(float x);
// Function to calculate the cube of a number
float cube(float x);
// Function to calculate the cube root of a number
float cubeRoot(float x);
#endif
Loading…
Cancel
Save