Feat: dirty way to manage () and * in render
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user