Changeset f57b6f in git
- Timestamp:
- Aug 1, 2013, 1:10:43 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- d0e888019d8a599b97c8922b3515147955d92323
- Parents:
- b60bfe549e97ab070e151414080fbef95a165146
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-08-01 13:10:43+02:00
- git-committer:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-08-01 13:12:43+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/poly.lib
rb60bfe rf57b6f 849 849 } 850 850 } 851 if( deg(p)==-1)851 if(p==0) 852 852 { 853 853 return(1); … … 860 860 if(maxdeg(q)==0) 861 861 { 862 862 p=p*i[k]; 863 863 } 864 864 else 865 865 { 866 867 866 p=p/q; 867 p=p*i[k]; 868 868 } 869 869 }
Note: See TracChangeset
for help on using the changeset viewer.