From cf91788bf03145ad05f9ea46ef3d913ad3302e5c Mon Sep 17 00:00:00 2001 From: Abdelrahman Date: Sun, 4 Feb 2024 22:01:55 +0100 Subject: [PATCH] maximum Funkion header --- src/c/funktionen.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/c/funktionen.h b/src/c/funktionen.h index 0a83972..768db23 100644 --- a/src/c/funktionen.h +++ b/src/c/funktionen.h @@ -37,4 +37,7 @@ float ceilingValue(float x); // Function to calculate the absolute difference between two numbers float absoluteDifference(float x, float y); +// Function to calculate the maximum of two numbers +float maximum(float x, float y); + #endif \ No newline at end of file