Hallo nochmal. Dieses Programm zeigt beim Versuch es zu compilieren eine Fehlermeldung, in der eine EAValueException erwähnt wird. Mir ist aufgefallen, dass ich nur bei einer Schrittweite von
#include
#include
void funktionswerte(float *table_x,float *table_y,float ug,float og, float step)
{
* table_x = ug; // x - Wert in die Tabelle packen
* table_y = pow(ug,2);
cout