Browse Source

squareroot funktion header

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

3
src/c/funktionen.h

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