Browse Source

logarithm funktion header

remotes/origin/Abdelrahman
Abdelrahman 11 months ago
parent
commit
ff2ad41f4e
  1. 3
      src/c/funktionen.h

3
src/c/funktionen.h

@ -16,4 +16,7 @@ float cubeRoot(float x);
// Function to calculate the absolute value of a number
float absolute(float x);
// Function to calculate the logarithm (base 10) of a number
float logarithm(float x);
#endif
Loading…
Cancel
Save