Packaging files
This commit is contained in:
parent
33220c2a3c
commit
4834186bec
0
pymath/__init__.py
Normal file
0
pymath/__init__.py
Normal file
@ -5,7 +5,6 @@ from generic import Stack, flatten_list, expand_list
|
||||
from fraction import Fraction
|
||||
from renders import txt_render, post2in_fix, tex_render
|
||||
from formal import FormalExp
|
||||
from formal import FormalExp
|
||||
|
||||
class Expression(object):
|
||||
"""A calculus expression. Today it can andle only expression with numbers later it will be able to manipulate unknown"""
|
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
|
||||
from arithmetic import gcd
|
||||
from .arithmetic import gcd
|
||||
|
||||
class Fraction(object):
|
||||
"""Fractions!"""
|
Loading…
Reference in New Issue
Block a user