Comment #2 on issue 345 by crisjss: implement _sage_ methods
http://code.google.com/p/sympy/issues/detail?id=345

I would like to see sign function having _sage_ method.
Is just a matter of adding

    def _sage_(self):
        import sage.all as sage
        return sage.sgn(self.args[0]._sage_())

to sign class.
Thanks,
Cristóvão Sousa


--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to