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