@ -2,3 +2,10 @@
#include <stdint.h>
#include <stdbool.h>
#include "funktionen.h"
// Function to calculate the square of a number
float square(float x) {
return x * x;
}