Here is an ugly bug I just ran in 
at https://trac.sagemath.org/ticket/18920#comment:98

it looks as if setting a symbolic taylor expansion like

sage: g(x)=taylor(log(x),x,1,6); g # log can be replaced by sin with the 
same end result

---a call that takes a lot of time, probably because some big stuff is 
initialised behind the scenes---
breaks handling of infinities (by updated Maxima, I guess): namely, I get a 
SIGFPE on

sage: plot(log(x),(x,0,2))

Does this look possible, and where would one look for the cause of this?
 



-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to