Browse Source

test_absoluteDifference Funktoin header

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

3
src/c/funktionen.h

@ -34,4 +34,7 @@ float floorValue(float x);
// Function to calculate the ceiling value of a number // Function to calculate the ceiling value of a number
float ceilingValue(float x); float ceilingValue(float x);
// Function to calculate the absolute difference between two numbers
float absoluteDifference(float x, float y);
#endif #endif
Loading…
Cancel
Save