Browse Source

Removed comment

remotes/origin/Abdelrahman
Abdelrahman 11 months ago
parent
commit
818d5a60b8
  1. 1
      src/c/funktionen.c

1
src/c/funktionen.c

@ -4,7 +4,6 @@
#include <math.h> #include <math.h>
#include "funktionen.h" #include "funktionen.h"
// Function to calculate the square of a number
float square(float x) { float square(float x) {
return x * x; return x * x;
} }

Loading…
Cancel
Save