Browse Source

minimum Funktion header

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

3
src/c/funktionen.h

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