Opened 13 years ago

Closed 4 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 Dietmar Winkler, 9 years ago

Cc: sjoelund.se, → sjoelund.se
Milestone: Future

comment:2 by Francesco Casella, 7 years ago

Component: *unknown*
Priority: highlow

comment:3 by Per Östlund, 4 years ago

Resolution: wontfix
Status: newclosed

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.

Note: See TracTickets for help on using tickets.