rtoy / maxima

A Clone of Maxima's repo
Other
0 stars 0 forks source link

plot2d(tan(x),[x,-%Pi, %Pi]); #3075

Closed rtoy closed 3 months ago

rtoy commented 3 months ago

Imported from SourceForge on 2024-07-07 12:45:37 Created by benjie on 2004-06-23 21:55:03 Original: https://sourceforge.net/p/maxima/bugs/579


In 5.9.0 on both windows and linux:

plot2d(sin(x),[x,-%Pi, %Pi]); works as expected, and produces a pretty sine wave.

But plot2d(tan(x),[x,-%Pi, %Pi]); just grinds the cpu and never seems to return. :(

rtoy commented 3 months ago

Imported from SourceForge on 2024-07-07 12:45:38 Created by rtoy on 2004-06-29 14:34:41 Original: https://sourceforge.net/p/maxima/bugs/579/#3a4c


Logged In: YES user_id=28849

Fixed in cvs.

rtoy commented 3 months ago

Imported from SourceForge on 2024-07-07 12:45:42 Created by rtoy on 2004-06-29 14:34:41 Original: https://sourceforge.net/p/maxima/bugs/579/#cb0b