NZMATH
1.2.0
About: NZMATH is a Python based number theory oriented calculation system.
![]() ![]() |
Go to the source code of this file.
Classes | |
class | nzmath.rational.Rational |
class | nzmath.rational.RationalField |
class | nzmath.rational.Integer |
class | nzmath.rational.IntegerRing |
Namespaces | |
nzmath.rational | |
Functions | |
def | nzmath.rational.isIntegerObject (anObject) |
def | nzmath.rational.IntegerIfIntOrLong (anObject) |
def | nzmath.rational.continued_fraction_expansion (target, terms) |
Variables | |
nzmath.rational.theIntegerRing = IntegerRing() | |
nzmath.rational.theRationalField = RationalField() | |