Browse Source

log_base_e Funktion header

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

3
src/c/funktionen.h

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