Topic: Bug with Evaluation Table
I've just used the evaluation table feature to generate a large set of data from a function.
The function was: y(x)=1.007725+4.049544*e^(-x/400)
I generated a table from x=0 to x=81220 with delta x=10
The problem is that all x values in the table 10000 and larger show up as 1.00E+4. In other words, it stops incrementing the values by delta x after this point. If the data is exported to a comma delimited file the problem still occurs.