Opened 12 years ago
Closed 12 years ago
#1644 closed defect (fixed)
Polinomio erróneo obtenido con la función Sub
Reported by: | Pedro Gea | Owned by: | Víctor de Buen Remiro |
---|---|---|---|
Priority: | normal | Milestone: | Mantainance |
Component: | Kernel | Version: | 3.1 |
Severity: | major | Keywords: | |
Cc: |
Description
Al usar la función Sub
sobre polinomios en un intervalo de grados donde el polinomio no presenta coeficientes (no nulos) se obtiene un polinomio anómalo, en lugar del polinomio Polyn 0
esperado.
Por ejemplo:
Polyn p = Sub(1+B, 2, 3); Real Degree(p); // -2147483648
Change History (2)
comment:1 Changed 12 years ago by
Status: | new → accepted |
---|
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
(In [5705]) Fixes #1644