- Timestamp:
- Feb 2, 1998, 9:57:59 AM (26 years ago)
- Branches:
- (u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
- Children:
- 398b159675ea40db687c120e543d205931c617d8
- Parents:
- d57f19efb401e8f8bc1c38d466bda64ebd0f02fd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/canonicalform.h
rd57f19 rf3b98ad 1 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: canonicalform.h,v 1.2 1 1998-01-27 10:04:50 pohlExp $ */2 /* $Id: canonicalform.h,v 1.22 1998-02-02 08:57:59 schmidt Exp $ */ 3 3 4 4 #ifndef INCL_CANONICALFORM_H … … 170 170 CanonicalForm extgcd ( const CanonicalForm&, const CanonicalForm&, CanonicalForm&, CanonicalForm& ); 171 171 172 CanonicalForm iextgcd ( const CanonicalForm&, const CanonicalForm&, CanonicalForm&, CanonicalForm& );173 174 172 CanonicalForm lcm ( const CanonicalForm&, const CanonicalForm& ); 175 173
Note: See TracChangeset
for help on using the changeset viewer.