Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/mathlib.py
Commit message (Expand)AuthorAgeFilesLines
* Trivial divide calculations can generate results with rounding errors #SL2332...Gary Martin2012-03-201-1/+1
* Use kid friendly div, mul, and equal symbols by default, pootle can overide t...Gary Martin2011-10-051-4/+9
* Drop trailing zeros using Decimal.normalizeReinier Heeres2010-08-021-14/+4
* Add function b10bin to support binary on python2.5Reinier Heeres2010-07-291-4/+6
* Fix dropping of zeros on integersReinier Heeres2010-07-271-2/+2
* Add bin/oct/hex formatting to mathlibReinier Heeres2010-07-261-24/+88
* Patch from Reinier to fix #1111 (deg/rad function broken), and separate sci/e...Gary Martin2010-07-261-5/+0
* Fix precision issueReinier Heeres2009-04-221-1/+12
* Updates to mathlib (more scientific formatting)Reinier Heeres2009-01-101-9/+25
* Move to more flexible and faster parser based on python ASTReinier Heeres2008-12-231-238/+0
* Move division code from eqnparser.py to mathlib.pyReinier Heeres2008-12-141-6/+32
* Fix translations that had taken mul_sym litterallyReinier Heeres2008-09-191-2/+2
* Implement power operator for RationalsReinier Heeres2008-03-061-5/+11
* Fix Decimal operator issues, #6478Reinier Heeres2008-02-171-1/+19
* More parser fixes, #5734Reinier Heeres2008-01-031-0/+2
* Parsing with different fraction separator, #5319Reinier Heeres2007-12-191-2/+4
* Set default thousand/fraction sep if not availableReinier Heeres2007-11-301-0/+4
* i18n of help functions; not the final solution!Reinier Heeres2007-11-301-8/+7
* Fix log() of Rational number bugReinier Heeres2007-11-251-4/+3
* Included support for rational numbersReinier Heeres2007-11-181-1/+7
* Fixed large factorial issueReinier Heeres2007-11-181-4/+22
* Big update; see NEWSReinier Heeres2007-11-181-26/+37
* Unicode parsing + bugfixesReinier Heeres2007-11-131-2/+27
* Fixed factorial bugReinier Heeres2007-09-191-1/+4
* Function exceptions get caught.Reinier Heeres2007-09-161-1/+5
* Improved internal equation history logicReinier Heeres2007-09-161-1/+1
* Bugfixes and improvements (help system, error reporting)Reinier Heeres2007-09-161-0/+7
* Bugfixes, plot axes labels, MANIFEST updateReinier Heeres2007-09-101-0/+12
* Basic plot() support!Reinier Heeres2007-09-071-3/+2
* See NEWS, major upgradeReinier Heeres2007-09-031-3/+40
* Fixed deg/rad angle scalingReinier Heeres2007-07-151-10/+11
* Added Equation class, code formattingReinier Heeres2007-07-151-1/+0
* Initial importMiguel Alvarez2007-07-131-14/+80
* Initial CommitMiguel Angel Alvarez Bernardo2007-07-111-0/+177