Changeset eebfa9 in git for kernel/longalg.cc
- Timestamp:
- Sep 28, 2004, 11:36:49 AM (19 years ago)
- Branches:
- (u'spielwiese', '873fc1222e995d7cb33f79d8f1792ce418c8c72c')
- Children:
- 7163357fd8b5b3eed39e909b5ad5a53d3c79bbb6
- Parents:
- 15bfa847fb7b96961dba984631ed5d58313f8c22
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/longalg.cc
r15bfa8 reebfa9 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: longalg.cc,v 1. 4 2004-05-14 16:45:33 levandovExp $ */4 /* $Id: longalg.cc,v 1.5 2004-09-28 09:36:48 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: algebraic numbers … … 576 576 * division with rest; f = g*q + r, returns r and destroy f 577 577 */ 578 staticnapoly napRemainder(napoly f, const napoly g)578 napoly napRemainder(napoly f, const napoly g) 579 579 { 580 580 napoly a, h, qq;
Note: See TracChangeset
for help on using the changeset viewer.