Changeset 6415435 in git
- Timestamp:
- Oct 20, 2022, 3:29:54 PM (5 months ago)
- Branches:
- (u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- eb05c0a5033d627c331baf94939608343ced73e8
- Parents:
- 88faa1e0d57ca9a07c48e384ac5a3deef0f53534
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/monomials/p_polys.h
r88faa1 r6415435 189 189 * returns the length of a polynomial (numbers of monomials) 190 190 */ 191 static inline unsignedpLength(poly a)192 { 193 unsignedl = 0;191 static inline int pLength(poly a) 192 { 193 int l = 0; 194 194 while (a!=NULL) 195 195 {
Note: See TracChangeset
for help on using the changeset viewer.