Dateien nach „BSP_1_G“ hochladen

This commit is contained in:
Georg Thomas Mandl 2025-10-23 00:49:40 +02:00
commit a77a9f9fca
4 changed files with 102 additions and 0 deletions

10
BSP_1_G/sigmoid.h Normal file
View file

@ -0,0 +1,10 @@
#ifndef SIGMOID_H_INCLUDED
#define SIGMOID_H_INCLUDED
#include "cmath"
double sigmoid(const double &x);
double xk(const int & k, const int & nm);
#endif // SIGMOID_H_INCLUDED