This repository was archived by the owner on Aug 29, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 1
1
# History
2
2
3
+
4
+ ## 2017-10-26, version 0.1.7
5
+
6
+ There's been a lot of great changes since the last release, here are the main updates
7
+
8
+ Functionality and Teaching Enhancements:
9
+
10
+ - new pedagogy for multiply powers integers #153
11
+ - exposing the factoring module and adding more coverage #148
12
+ - simplify roots of any degree #183
13
+ - more cases for cancelling terms #182
14
+ - greatest common denominator substep #188
15
+ - multiply nthRoots #189
16
+ - multiply fractions with parenthesis #185
17
+ - remove unnecessary parens before solving equations #205
18
+ - multiply denominators with terms #88
19
+ - Better sum-product factoring steps #210
20
+
21
+
22
+ Bug Fixes
23
+
24
+ - fix the check for perfect roots of a constant when there's roundoff error #224
25
+ - large negtive number rounding #216
26
+
27
+ Other:
28
+
29
+ - (code structure) generalizing polynomial terms #190
30
+ - latex printing for equations
31
+ - added linting rules #222
32
+
33
+
3
34
## 2017-04-03, version 0.1.6
4
35
5
36
updated mathjs to incorporate vulnerability patch #149
You can’t perform that action at this time.
0 commit comments