Topic: "This Error should not occur. Please report this to the programmer."

I got this message when computing a polar function, r=t^2, from -INF to INF in the beta version. I wasn't sure where to put it, so I put it here, in the forum about the beta version. My guess as to why it occurred is due to the fact that it is trying to compute limited steps over an infinite domain.

Re: "This Error should not occur. Please report this to the programmer."

Thanks for reporting this. You are probably right that Graph tries to calculate an infinite number of steps. INF is rather new and only makes sense as the boundaries for the integrate function. Apparently I didn't test it well enough. I will make sure to fix the error message.