Browse Source

cubeRootPlusOne header

remotes/origin/Khaled
Khaled 11 months ago
parent
commit
548af9221c
  1. 3
      src/c/funktionen.h

3
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
Loading…
Cancel
Save