Skip to content
malex984 edited this page Jul 11, 2011 · 102 revisions

Ideas for improving libpolys:

  • no n_InpAdd/n_InpDiv: only n_InpMult!

  • Moreover we have 3 (!) variants of division:

  1. number n_Div(number a, number b, const coeffs r)
  2. number n_IntDiv(number a, number b, const coeffs r)
  3. number n_ExactDiv(number a, number b, const coeffs r)

WITHOUT ANY DESCRIPTIONS!!!

  • 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?

Clone this wiki locally