Skip to content

"Expand" doesn't work #47

@smaxx73

Description

@smaxx73

This code :

const expr = ce.parse('4x(3x+2)-5(5x-4)').json
const calculexpand = ce.box(["Expand", expr]).evaluate().latex
console.log(calculexpand)

returns this :
20-25x+4x(2+3x)

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions