Browse Source

maximum Funkion header

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

3
src/c/funktionen.h

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