From 548af9221c41f5b2246911a504d6d2d04297292b Mon Sep 17 00:00:00 2001 From: Khaled Date: Sun, 4 Feb 2024 21:59:55 +0100 Subject: [PATCH] cubeRootPlusOne header --- src/c/funktionen.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/c/funktionen.h b/src/c/funktionen.h index 82dc677..43f26bd 100644 --- a/src/c/funktionen.h +++ b/src/c/funktionen.h @@ -68,4 +68,7 @@ float naturalLogarithmPlusOne(float x); // Function to calculate the square root of a number and add 1 float squareRootPlusOne(float x); +// Function to calculate the cube root of a number and add 1 +float cubeRootPlusOne(float x); + #endif \ No newline at end of file