Skip to content

Support for custom multi-character variables and implict multiplcation. #223

@m-messer

Description

@m-messer

Currently, support for custom multi-character symbols, for example bc, is not correctly supported by compareExpressions when using implicit multiplication.

For example
Answer: a/(bc*d)
Symbols: a, bc, d

Valid solutions
a/(bcd)
a/bcd

Both fail

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions