I'm using Sage 6.10. The following code would raise an error:

var('x')

y=gamma(-1,x)
y._sympy_()


Error:

TypeError: gamma takes exactly 1 argument (2 given)



Apparently sympy defined upper and lower incomplete gamma function. The 
sage to sympy conversion of gamma function tried to convert the incomplete 
gamma function of sage to the gamma function of sympy. 

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

Reply via email to