Browse Source

logarithmPlusOne header

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

3
src/c/funktionen.h

@ -58,4 +58,7 @@ float degreesToRadians(float x);
// Function to convert radians to degrees
float radiansToDegrees(float x);
// Function to calculate the base 10 logarithm of a number and add 1
float logarithmPlusOne(float x);
#endif
Loading…
Cancel
Save