felixwittwer / casio_abi_math_2025

a collection of programs designed to assist in any field of mathematics needed to pass the German A-levels in Saxony
Other
2 stars 0 forks source link

Memory Error in Analysis > Kurvendiskussion > Nullstellen #4

Closed felixwittwer closed 3 months ago

felixwittwer commented 3 months ago

this error is reproducable and comes on every execution after proper input of a function and selection of "Nullstellen" the error message "Memory Error" pops up all other menu options work with the same input of the function

the code is almost a one to one copy but this erorr isn't present in v2017.1.0

felixwittwer commented 3 months ago

After about one hour of debugging the simplest solution is to move the part of the program that is responsible for the Nullstellen calculation down behind other functions for the responsible part of the menus

Now unfortunately they aren't ordered chronologically but it works.

felixwittwer commented 3 months ago

After adding some functions the error reaccured.

felixwittwer commented 3 months ago

I now moved the function to the bottom of the whole code file so hopefully it will never make issues again.