numworks / epsilon

Modern graphing calculator operating system.
https://www.numworks.com/resources/engineering/software/
1.75k stars 467 forks source link

[SUM/PROD Improvement] Please increase k_maxNumberOfSteps #2228

Open marcocebrian opened 2 months ago

marcocebrian commented 2 months ago

Problem you'd like to fix

The calculator has incredible capacity and sums and prods are limited to 10000. Please stop limiting those calculations to 10000 for no reason. It is ok to wait for a result. Currently it gives "Undef".

Describe the solution you'd like

Completely remove the limitation related to k_maxNumberOfSteps or increase it to 1000000 steps please.

Captura de pantalla 2024-09-14 a las 15 03 24

Describe alternatives you've considered

There is no other alternative. I have recompiled Epsilon without the limitation and it works well and fast allowing for big sums to be calculated.

pedroCollogno commented 2 months ago

Proposed change #2230

HugoNumworks commented 2 months ago

Hi ! Thanks for reporting it, sum computation will be improved in next version, and this limit will be lifted.