Browse Source

Removed comment

remotes/origin/Abdelrahman
Abdelrahman 11 months ago
parent
commit
8202b70a76
  1. 1
      src/c/funktionen.c

1
src/c/funktionen.c

@ -17,7 +17,6 @@ return 0;
} }
} }
// Function to calculate the cube of a number
float cube(float x) { float cube(float x) {
return x * x * x; return x * x * x;
} }

Loading…
Cancel
Save