Update README.md

This commit is contained in:
Luke Weiler
2020-10-05 10:48:54 -04:00
committed by GitHub
parent ee819bc133
commit c496bf8146

View File

@@ -11,6 +11,5 @@ To try out generators, go to todarith.ml/generate
| Subtraction | 3 | Low | Complete | @lukew3 | 9-4= | 5 |
| Multiplication | 4 | Low | In Progress | @lukew3 | 4*6= | 24 |
| Division | 5 | Low | In Progress | @lukew3 | 4/2= | 2 |
| Factoring | - | Medium | Not Started | - | x^2+x-6 | (x-2)(x+3) |
| Power Rule Differentiation | - | Medium | Not Started | - | x^5 | 5x^4 |