Browse Source

square funktion header

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

3
src/c/funktionen.h

@ -1,6 +1,7 @@
#ifndef FUNKTIONEN_H
#define FUNKTIONEN_H
// Function to calculate the square of a number
float square(float x);
#endif
Loading…
Cancel
Save