On Tue, May 20, 2014 at 09:54:28AM +0000, Simon King wrote:
> On 2014-05-20, Nathann Cohen <nathann.co...@gmail.com> wrote:
> > What the hell is "add" ? I did not even know this thing existed !
> 
> It is a Python builtin, in contrast to sum, which is defined somewhere
> in sage.misc.

To be fair, `add` does not seem to exist in plain Python. If I read it
right, for whatever it's worth, Sage adds it as an alias for Python's
__builtin__.sum:

        sage: add is __builtin__.sum
        True

Cheers,
                                Nicolas
--
Nicolas M. ThiƩry "Isil" <nthi...@users.sf.net>
http://Nicolas.Thiery.name/

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

Reply via email to