Browse Source

power Funktion header

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

3
src/c/funktionen.h

@ -22,4 +22,7 @@ float logarithm(float x);
// Function to calculate the natural logarithm (base e) of a number // Function to calculate the natural logarithm (base e) of a number
float naturalLogarithm(float x); float naturalLogarithm(float x);
// Function to calculate the exponentiation of a number to the power of another number
float power(float x, float y);
#endif #endif
Loading…
Cancel
Save