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

Type Pari

object --+    
         |    
   Element --+
             |
            Pari


Method Summary
  __init__(self, x)
  __add__(self, other)
  __cmp__(self, other)
  __div__(self, other)
  __int__(self)
If there is a unique integer in the interval, return it.
  __invert__(self)
  __mul__(self, other)
  __neg__(self)
  __pow__(self, other)
  __repr__(self)
  __sub__(self, other)
  parent(self)
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __reduce_ex__(...)
helper for pickle
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
x.__str__() <==> str(x)

Method Details

__int__(self)

If there is a unique integer in the interval, return it. Otherwise raise a ValueError exception.

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