HarrisonGrodin / HarrisonGrodin/Simplify.jl

Distributivity not assumed

Open
#33 3 comments 0 reactions 0 assignees View on GitHub
feature question
Dominant language
Julia
Stars
83
Forks
6
PR merge metrics
No merged PRs in 30d

Description

Hi,
I was just playing around and realized, that distributivity is semingly not assumed (by standard). How can I switch it on?
For Example in
```Julia
julia> @term((x+y)*(x+y) - x^2)
@term((x + y) * (x + y) - x ^ 2)
````
I would actually expect something like
```Julia
@term(y ^ 2 + 2 * x * y)
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.