From 078271e0cb31455b6934f092eccdf191fb77a599 Mon Sep 17 00:00:00 2001 From: Khaled Date: Sun, 4 Feb 2024 22:06:34 +0100 Subject: [PATCH] sineDegrees header --- src/c/funktionen.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/c/funktionen.h b/src/c/funktionen.h index 43f26bd..a46892d 100644 --- a/src/c/funktionen.h +++ b/src/c/funktionen.h @@ -71,4 +71,6 @@ float squareRootPlusOne(float x); // Function to calculate the cube root of a number and add 1 float cubeRootPlusOne(float x); +// Function to calculate the sine of an angle in degrees +float sineDegrees(float x); #endif \ No newline at end of file