Browse Source

naturalLogarithmPlusOne header

remotes/origin/Khaled
Khaled 11 months ago
parent
commit
92b99a0f57
  1. 5
      src/c/funktionen.h

5
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 // Function to calculate the base 10 logarithm of a number and add 1
float logarithmPlusOne(float x); float logarithmPlusOne(float x);
// Function to calculate the natural logarithm (base e) of a number and add 1
float naturalLogarithmPlusOne(float x);
#endif #endif
Loading…
Cancel
Save