Constant functions

Constant functions

class sage.misc.constant_function.ConstantFunction

Bases: sage.structure.sage_object.SageObject

EXAMPLES:

sage: ConstantFunction(1)()
1

Previous topic

Bitsets

Next topic

Sage package management commands

This Page