From 92b99a0f574c7df1597255644a0635a3ab497f53 Mon Sep 17 00:00:00 2001 From: Khaled <fdai7719@fhfddvz1.rz.hs-fulda.de> Date: Sun, 4 Feb 2024 21:41:57 +0100 Subject: [PATCH] naturalLogarithmPlusOne header --- src/c/funktionen.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/c/funktionen.h b/src/c/funktionen.h index e26c1a5..fde7c2c 100644 --- a/src/c/funktionen.h +++ b/src/c/funktionen.h @@ -61,4 +61,9 @@ float radiansToDegrees(float x); // Function to calculate the base 10 logarithm of a number and add 1 float logarithmPlusOne(float x); + +// Function to calculate the natural logarithm (base e) of a number and add 1 +float naturalLogarithmPlusOne(float x); + + #endif \ No newline at end of file