Opened 14 years ago
Closed 5 years ago
#1656 closed defect (wontfix)
Simplify some simple polynomials
| Reported by: | Martin Sjölund | Owned by: | Martin Sjölund |
|---|---|---|---|
| Priority: | low | Milestone: | Future |
| Component: | *unknown* | Version: | |
| Keywords: | Cc: | Martin Sjölund |
Description
See if the following pattern is used anywhere in MSL and if so, optimize:
sqrt(x^2+y^2+2*x*y) => abs(x+y)
Change History (3)
comment:1 by , 10 years ago
| Cc: | sjoelund.se, → sjoelund.se |
|---|---|
| Milestone: | → Future |
comment:2 by , 8 years ago
| Component: | → *unknown* |
|---|---|
| Priority: | high → low |
comment:3 by , 5 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

The pattern does not seem to be used by the MSL. If it was useful we could easily add the simplification rule, but seeing as noone's added it in the 9 years since this ticket was opened I guess it's not needed.