Browse Source

cube funktion header

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

3
src/c/funktionen.h

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