-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Symbolic relex #42
Symbolic relex #42
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## mistress #42 +/- ##
============================================
- Coverage 14.79% 10.96% -3.84%
============================================
Files 15 21 +6
Lines 3068 4196 +1128
============================================
+ Hits 454 460 +6
- Misses 2614 3736 +1122 ☔ View full report in Codecov by Sentry. |
erase minus clever printing
split add,minus,mult,divide,expo in their respective files.
pretty print mult 1/2
remove unnecessary imports
TODO add div operations to +,* and - test
move Parameters::X to X
change pretty printing of var to put parenthesis
remove unnessary import on mult
update CHANGELOG
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yay :)
see #41