Changeset eebfa9 in git
- Timestamp:
- Sep 28, 2004, 11:36:49 AM (19 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 7163357fd8b5b3eed39e909b5ad5a53d3c79bbb6
- Parents:
- 15bfa847fb7b96961dba984631ed5d58313f8c22
- Location:
- kernel
- Files:
-
- 2 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; -
kernel/longalg.h
r15bfa8 reebfa9 4 4 * Computer Algebra System SINGULAR * 5 5 ****************************************/ 6 /* $Id: longalg.h,v 1. 2 2004-01-09 10:42:10Singular Exp $ */6 /* $Id: longalg.h,v 1.3 2004-09-28 09:36:49 Singular Exp $ */ 7 7 /* 8 8 * ABSTRACT: algebraic numbers … … 126 126 #define naGetNom0(na) (((nanumber)(na))->z) 127 127 #define naGetDenom0(na) (((nanumber)(na))->n) 128 napoly napRemainder(napoly f, const napoly g); 128 129 #endif /* LONGALGNEW */ 129 130 extern number (*nacCopy)(number a);
Note: See TracChangeset
for help on using the changeset viewer.