From e701e41fdc0e0b8c7b782ee4b14e008a21cec1be Mon Sep 17 00:00:00 2001 From: Khaled Date: Sun, 4 Feb 2024 22:13:16 +0100 Subject: [PATCH] test_cosineDegrees header --- src/c/funktionen.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/c/funktionen.h b/src/c/funktionen.h index a46892d..2c8a912 100644 --- a/src/c/funktionen.h +++ b/src/c/funktionen.h @@ -73,4 +73,7 @@ float cubeRootPlusOne(float x); // Function to calculate the sine of an angle in degrees float sineDegrees(float x); + +// Function to calculate the cosine of an angle in degrees +float cosineDegrees(float x); #endif \ No newline at end of file