Package sage :: Package rings :: Module pari_ring :: Class PariRing
[show private | hide private]
[frames | no frames]

Type PariRing

      Ring --+
             |
object --+   |
         |   |
     _uniq --+
             |
            PariRing


Method Summary
  __call__(self, x)
Coerce x into the ring.
  __cmp__(self, other)
  __contains__(self, x)
  __repr__(self)
  characteristic(self)
  is_atomic_repr(self)
True if the elements have atomic string representations, in the sense that they print if they print at s, then -s means the negative of s.
  is_field(self)
  name(self)
  random(self, bound)
  zeta(self)
    Inherited from Ring
  __init__(self)
  __hash__(self)
  type(self)
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
x.__str__() <==> str(x)

Instance Method Details

__call__(self, x)
(Call operator)

Coerce x into the ring.
Overrides:
sage.rings.ring.Ring.__call__ (inherited documentation)

is_atomic_repr(self)

True if the elements have atomic string representations, in the sense that they print if they print at s, then -s means the negative of s. For example, integers are atomic but polynomials are not.
Overrides:
sage.rings.ring.Ring.is_atomic_repr (inherited documentation)

Generated by Epydoc 2.1 on Fri May 20 19:41:04 2005 http://epydoc.sf.net