Skip to content
Snippets Groups Projects
Select Git revision
  • breadth_first
  • develop
  • master default protected
  • validation
4 results
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.026Mar25242120191514131285228Feb2726252423201918171615227Jan26252423222120151412987527Dec241413121198129Nov272421191815987Source cleanup.Added test for integral notation.Resolved shift/reduce conflict for integrals.Implemented integral notation, still produces one shift/reduce conflict.Started implementing integrals.Added rules and chain test for solving der(x ^ x) (among others).Fixed multiplication sign in preprocessor for usage of square brackets.Upgraded graph_drawing to latest version.Upgraded graph_drawing to latest version.Added more logarithmic rules.Added message for raised_base rule, and added it to src/rules/__init__.py.Added the basics for integral rewrite rules.Generalized PI to SPECIAL_TOKENS, now including INFINITY.Derivative now supports multiple variables without an error.Added item to TODO list.Applied pep8.Added advanded unit tests for d/dx e^x.Added identifier possibility parser concerning syntax 'log_g(x)'.Added last logarithmic rule.Added unit tests for earliers added logarithmic rules.Added some rules for logarithms.Added inequivalence operator to ExpressionBase.Improved preprocessor.Removed a bunch of unused imports.Added possibility to pass an operator as an integer to the ExprexxionNode constructor.Implemented sum rule, product rule and quotient rule.Implemented last of the standard derivatives.Renamed a unit test function to remove double names.Added some new syntaxes for logarithms in the parser and printer.Added derivation rule for logarithm.Merged conflicts and fixed some parser issues.Removed commented 'delta' token usage from parser.Added token with highest precedence for functions wih parentheses.Solved preprocessor inserting multiplication signs in keywords.Updated to latest pybison version.Added some tests for chein rule.Added overwrite fucntion for derivative line generation.Added some tests for derivative operator precedence.Applied newest multiplication sign omission rules to existing unit tests.Updated graph_drawing to latest version.
Loading