Browse Source

squareRootPlusOne header

remotes/origin/Khaled
Khaled 11 months ago
parent
commit
af93054f92
  1. 2
      src/c/funktionen.h

2
src/c/funktionen.h

@ -65,5 +65,7 @@ float logarithmPlusOne(float x);
// Function to calculate the natural logarithm (base e) of a number and add 1 // Function to calculate the natural logarithm (base e) of a number and add 1
float naturalLogarithmPlusOne(float x); float naturalLogarithmPlusOne(float x);
// Function to calculate the square root of a number and add 1
float squareRootPlusOne(float x);
#endif #endif
Loading…
Cancel
Save