Feat: dirty way to manage () and * in render

This commit is contained in:
2020-12-15 16:01:01 +01:00
parent 460255b151
commit ff4d8471ef
3 changed files with 18 additions and 21 deletions

View File

@@ -117,7 +117,7 @@ x^7
(2x - 3)(- x + 2)
(2x - 3)(- x + 2)
2x(- x) + 2x * 2 - 3(- x) - 3 * 2
2 * - 1 * x^(1 + 1) + 2 * 2 * x - 3 * - 1 * x - 6
2(- 1) * x^(1 + 1) + 2 * 2 * x - 3(- 1) * x - 6
4x + 3x - 2x^2 - 6
(4 + 3) * x - 2x^2 - 6
- 2x^2 + 7x - 6