Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
remove zero()
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrenn committed Aug 26, 2016
1 parent 291faf9 commit 019c161
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/sage/combinat/recognizable_series.py
Expand Up @@ -1387,22 +1387,6 @@ def _repr_(self):
self.coefficients())


def zero(self):
"""
Return the zero of this recognizable series space.
This can be removed once this recognizable series space is
at least an additive magma.
EXAMPLES::
sage: Rec = RecognizableSeriesSpace(ZZ, [0, 1])
sage: Rec.zero()
0
"""
return self(0)


@cached_method
def one_hadamard(self):
r"""
Expand Down

0 comments on commit 019c161

Please sign in to comment.