h1 + h2
| 66 | |
| 67 | /// h1 + h2 |
| 68 | inline ideal idAdd (ideal h1, ideal h2) |
| 69 | { |
| 70 | return id_Add(h1, h2, currRing); |
| 71 | } |
| 72 | |
| 73 | BOOLEAN idInsertPoly (ideal h1,poly h2); /* h1 + h2 */ |
| 74 | BOOLEAN idInsertPolyOnPos (ideal I,poly p,int pos); /* inserts p in I on pos */ |
no test coverage detected