From a54a91fe388f32b1c2f0be6bcbe56764361a9738 Mon Sep 17 00:00:00 2001 From: Reinier Heeres Date: Sun, 15 Jul 2007 13:09:42 +0000 Subject: 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 --- (limited to 'mathlib.py') 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): -- cgit v0.9.1