#include #include #include #include "funktionen.h" // Function to calculate the square of a number float square(float x) { return x * x; }