Changeset 422a94 in git
- Timestamp:
- Dec 2, 2010, 3:26:55 PM (13 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- e81572c65614d207af363ed0da23be28de8043dd
- Parents:
- c3ab214b685d30cd8f8b80f7c45981e47046ff2d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kstd2.cc
rc3ab214 r422a94 170 170 171 171 #ifdef HAVE_RINGS 172 static NATNUMBER factorial(NATNUMBER arg)173 {174 NATNUMBER tmp = 1; arg++;175 for (int i = 2; i < arg; i++)176 {177 tmp *= i;178 }179 return tmp;180 }181 182 172 poly kFindZeroPoly(poly input_p, ring leadRing, ring tailRing) 183 173 {
Note: See TracChangeset
for help on using the changeset viewer.