Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/mathlib.py
diff options
context:
space:
mode:
authorReinier Heeres <reinier@heeres.eu>2007-07-15 13:09:42 (GMT)
committer Reinier Heeres <reinier@heeres.eu>2007-07-15 13:09:42 (GMT)
commita54a91fe388f32b1c2f0be6bcbe56764361a9738 (patch)
treebeb08b8fac606a9f508656abc06ad6e34a3417f3 /mathlib.py
parent137ae0e5304b997b775b2fcaffdbe453f1d6ceda (diff)
Added Equation class, code formatting
Calculate.old_eqs is now a list of Equation objects Split several functions into smaller ones Some indenting/spaces etc
Diffstat (limited to 'mathlib.py')
-rw-r--r--mathlib.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/mathlib.py b/mathlib.py
index c2e1ade..5ca83b9 100644
--- a/mathlib.py
+++ b/mathlib.py
@@ -115,7 +115,6 @@ class MathLib:
if disp_exp != 0:
res = res + 'e%d' % disp_exp
- print 'fn: %r into %r' % (n, res)
return res
def is_int(self, n):