Skip to content
This repository was archived by the owner on Aug 29, 2024. It is now read-only.

Divide like terms powers #154

Open
wants to merge 49 commits into
base: master
Choose a base branch
from
Open
Changes from 7 commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
91f21f3
Added support for multiplication of powers with integer as base, with…
Apr 13, 2017
14cf759
Added support for multiplication of powers with integer as base, with…
Apr 13, 2017
3567101
Merge remote-tracking branch 'remotes/origin/master' into multiply_po…
Apr 13, 2017
5c1f306
Delete test-mathsteps.js
Apr 13, 2017
3e9b8a3
Fixed errors from the CI
Apr 13, 2017
008ca26
Update index.js
Apr 13, 2017
43f9c49
Update index.js
Apr 13, 2017
c20657a
Update multiplyLikeTerms.js
Apr 13, 2017
48ff961
Update TreeSearch.js
Apr 13, 2017
9c86ab8
Update canMultiplyLikeTermConstantNodes.test.js
Apr 13, 2017
34df2cd
Added support for division with powers too, for better pedagogical ap…
Apr 13, 2017
b9b10df
Delete test-mathsteps.js
Apr 13, 2017
1ae2158
Fixed errors and added semicolon
Apr 13, 2017
6118f79
Merge remote-tracking branch 'origin/divide_like_terms_powers' into d…
Apr 13, 2017
8016ed9
Fixed errors and added semicolon
Apr 13, 2017
a98c170
Fixed some stuff according to the comments from the pull request.
Apr 18, 2017
a9d2a9b
Added new ChangeTypes for collecting exponents
Apr 18, 2017
1af42a2
Merged
Apr 18, 2017
94c5510
Fixed some things and added new ChangeTypes.
Apr 18, 2017
b745688
Better comment for the new ChangeType
Apr 18, 2017
2768d3c
Deleted the ConstantTerms class and added functions inside "CanMultip…
Apr 20, 2017
154a2e6
Merged some changes from multiply power branch
Apr 21, 2017
0496a72
Changed so that it doesn't create power node but returns exponent and…
Apr 24, 2017
03d62a3
Merge branch 'multiply_powers_integers' into divide_like_terms_powers…
Apr 26, 2017
922f77e
Changed to work the same as in other branch
Apr 26, 2017
9781053
Changed structure when dividing like terms. Pretty much does the same…
Apr 26, 2017
00ca609
Added more tests
Apr 26, 2017
fbe40a0
Changed stuff according to the comments. Also added module with helpe…
Apr 27, 2017
56ca446
Merge branch 'multiply_powers_integers' into divide_like_terms_powers
Apr 27, 2017
57a2a9a
Updated to match structure of multiplication of powers
Apr 27, 2017
938714a
Easy changes according to review
Apr 27, 2017
81ba0eb
Fixed formatting and deleted powerTerm.
Apr 28, 2017
2e2877b
deleted .idea files and added .idea to gitignore
Apr 28, 2017
cb0bcb1
Fixed comments
Apr 28, 2017
fa35784
Fixed comments
May 2, 2017
7c1758d
Delete .npmignore
May 2, 2017
141d017
Merge branch 'multiply_powers_integers' into divide_like_terms_powers
May 2, 2017
b10ae0f
Delete .gitignore
May 2, 2017
26edd37
Merge branch 'multiply_powers_integers' into divide_like_terms_powers
May 2, 2017
0bf966f
Merge remote-tracking branch 'origin/divide_like_terms_powers' into d…
May 2, 2017
8337df8
Added gitignore again.
May 2, 2017
9ab482c
Deleted .idea
May 2, 2017
d955b34
Added/removed lines for clearer code.
May 2, 2017
4dc5206
Update canMultiplyLikeTermPolynomialNodes.js
May 2, 2017
6b86cc4
Removed test
May 3, 2017
22f2dc4
Fixed lint
May 3, 2017
5eec11a
Merge branch 'multiply_powers_integers' into divide_like_terms_powers
May 3, 2017
d47dd58
Removed some unnecessary tests
May 8, 2017
3ba56c3
Fixed conflicts
May 12, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading