Changeset fcae67 in git for factory/fac_util.h
- Timestamp:
- Jun 27, 1996, 1:34:25 PM (27 years ago)
- Branches:
- (u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
- Children:
- 1343d6d8811666ba39696828920b50fa6f00ded1
- Parents:
- af4c5612a18aeb436641ed03ae4ea4fb66c029dc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/fac_util.h
raf4c56 rfcae67 1 1 // emacs edit mode for this file is -*- C++ -*- 2 // $Id: fac_util.h,v 1. 0 1996-05-17 10:59:40stobbe Exp $2 // $Id: fac_util.h,v 1.1 1996-06-27 11:34:25 stobbe Exp $ 3 3 4 4 #ifndef INCL_FAC_UTIL_H … … 7 7 /* 8 8 $Log: not supported by cvs2svn $ 9 Revision 1.0 1996/05/17 10:59:40 stobbe 10 Initial revision 11 9 12 */ 10 13 … … 38 41 CanonicalForm remainder( const CanonicalForm & f, const CanonicalForm & g, const modpk & pk ); 39 42 43 void divremainder( const CanonicalForm & f, const CanonicalForm & g, CanonicalForm & quot, CanonicalForm & rem, const modpk & pk ); 44 40 45 /*ENDPUBLIC*/ 41 46
Note: See TracChangeset
for help on using the changeset viewer.