Taddeus Kroes 8b4dc4a1f2 Fixed integral/remove power of one conflict using precedence. vor 14 Jahren
..
__init__.py 1328764fb1 Added sum rule for integrals. vor 14 Jahren
absolute.py ea8ce3ac20 Added a set of reduction rules for expressions with absolute values. vor 14 Jahren
derivatives.py bd6d26a6a0 Some code coverage fixes. vor 14 Jahren
factors.py 5f84e8633f Improved 'factor' rules so that 'Expand ...'-hints make more sense. vor 14 Jahren
fractions.py 5a1c1bc23d Slightly tweaked a fraction rule. vor 14 Jahren
goniometry.py 4c4344ae03 Added rule that generates a quadrants addition. vor 14 Jahren
groups.py 08555af743 Applied most of the new fraction rules. vor 14 Jahren
integrals.py 1328764fb1 Added sum rule for integrals. vor 14 Jahren
lineq.py 7d0df6c923 Added absolute value to linear equation rules. vor 14 Jahren
logarithmic.py 76db99131f Added rules that calculate logarithm exponents to see if a logarithm can be reduced to a number. vor 14 Jahren
negation.py 42662f455b Changed negation precedence to that of subtraction and modified rules+tests correspondingly. vor 14 Jahren
numerics.py aacbddc797 Added missing rule message. vor 14 Jahren
powers.py 9146b782d3 Added possibility to pass an operator as an integer to the ExprexxionNode constructor. vor 14 Jahren
precedences.py 8b4dc4a1f2 Fixed integral/remove power of one conflict using precedence. vor 14 Jahren
sort.py b04cf62cc1 Removed a bunch of unused imports. vor 14 Jahren
utils.py 7a9605a745 Commenced some chanches to fraction rules (unit tests are still failing). vor 14 Jahren