forked from Singular/Singular
-
Notifications
You must be signed in to change notification settings - Fork 0
Todo
malex984 edited this page Jul 11, 2011
·
102 revisions
Ideas for improving libpolys:
-
no
n_InpAdd/n_InpDiv: onlyn_InpMult! -
Moreover we have 3 (!) variants of division WITHOUT ANY DESCRIPTIONS!!!:
- number n_Div(number a, number b, const coeffs r)
- number n_IntDiv(number a, number b, const coeffs r)
- number n_ExactDiv(number a, number b, const coeffs r)
-
Writing/reading/conversion-to-string OF polynomials/numbers is very inconsistent and misleading!
-
Only n_Test(NUMBER, COEFFS): no way to test a domain consistency... same for polys/rings?