1 | initial version |
If you type ord?
you will see this is a Python builtin. Lambda is also a builtin, though a statement, not a function. Since neither of these is a Sage function, they aren't in the reference manual (though lambda
is mentioned in various places in some tutorials and even some examples in the reference manual for other things, I believe).