Browse Source

agerage Funktion header

remotes/origin/Abdelrahman
Abdelrahman 11 months ago
parent
commit
f8c56a2417
  1. 3
      src/c/funktionen.h

3
src/c/funktionen.h

@ -43,4 +43,7 @@ float maximum(float x, float y);
// Function to calculate the minimum of two numbers
float minimum(float x, float y);
// Function to calculate the average of two numbers
float average(float x, float y);
#endif
Loading…
Cancel
Save