01:56 -!- Prax01D(n=Prax01D@149.99.89.104) has joined #maxima 03:07 -!- rtoym(n=chatzill@user-0c8hpk0.cable.mindspring.com) has joined #maxima 08:00 -!- Prax01D(n=Prax01D@149.99.85.249) has joined #maxima 09:16 -!- paoleela|w(i=tecodltl@gateway/web/cgi-irc/irc.net/x-4cd810a9715b7c2c) has joined #maxima 10:48 -!- hoxide(n=chatzill@222.93.4.252) has joined #maxima 13:57 -!- Prax01D(n=Prax01D@149.99.89.89) has joined #maxima 16:11 -!- Mazingaro(n=tetsuja@host170-230-dynamic.6-87-r.retail.telecomitalia.it) has joined #maxima 17:08 -!- paoleela|w(i=e0pyn1xe@gateway/web/cgi-irc/irc.net/x-318b6b31c03c266f) has joined #maxima 18:04 -!- echoecho(n=pw@c-75-68-77-109.hsd1.nh.comcast.net) has joined #maxima 19:49 I don't remember with whom i've been talking about this issue. 19:49 But there's one thing more: 19:49 plot2d(acot(x), [x,-10,10]); won't work 19:49 Where: plot2d(acot(x+0.0000001), [x,-10,10]); works. 19:59 -!- Prax01D(n=Prax01D@tor58-5-76-210.dynamic.rogerstelecom.net) has joined #maxima 20:07 vorago: Because acot(0.0) is being computed, and maxima doesn't like that. plot2d should be smarter. Or at least catch the error. 20:07 Or something.