Initialisation du repository de Beta
This commit is contained in:
commit
14985f6dbb
9469 changed files with 1903273 additions and 0 deletions
|
|
@ -0,0 +1,15 @@
|
|||
"""Implementation of :class:`CharacteristicZero` class. """
|
||||
|
||||
|
||||
from sympy.polys.domains.domain import Domain
|
||||
from sympy.utilities import public
|
||||
|
||||
@public
|
||||
class CharacteristicZero(Domain):
|
||||
"""Domain that has infinite number of elements. """
|
||||
|
||||
has_CharacteristicZero = True
|
||||
|
||||
def characteristic(self):
|
||||
"""Return the characteristic of this domain. """
|
||||
return 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue