Changeset 6f84e21 in git for Singular/LIB/reesclos.lib
- Timestamp:
- Mar 19, 2012, 6:56:53 PM (12 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 1090a989f7d101fde20b92a6a0a5544ba05b8f9b
- Parents:
- 6725bc35b7238be24cfd7a910c9493d9a59d5a91
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-03-19 18:56:53+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-03-19 19:03:54+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/reesclos.lib
r6725bc3 r6f84e21 406 406 int length = size(images)-1; // the number of generators 407 407 poly image; 408 poly denominator = images[length+1]; // the universal denominator408 poly @denominator = images[length+1]; // the universal denominator 409 409 410 410 if (size(#)>0) … … 429 429 for (j=1;j<=length;j++) 430 430 { 431 images[j] = (images[j]/ denominator); // construct the fraction431 images[j] = (images[j]/@denominator); // construct the fraction 432 432 image = images[j]; 433 433 if (dblvl>0)
Note: See TracChangeset
for help on using the changeset viewer.