From 8727d2d5ceed85b445598966485c28e85cae14d9 Mon Sep 17 00:00:00 2001 From: Khaled Date: Sun, 4 Feb 2024 20:35:39 +0100 Subject: [PATCH] tangent Funktion Header --- src/c/funktionen.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/c/funktionen.h b/src/c/funktionen.h index ae99a8c..6c17885 100644 --- a/src/c/funktionen.h +++ b/src/c/funktionen.h @@ -41,5 +41,8 @@ float sine(float x); // Function to calculate the cosine of an angle in radians float cosine(float x); +// Function to calculate the tangent of an angle in radians +float tangent(float x); + #endif \ No newline at end of file