Changeset 0d1712 in git for factory/cf_algorithm.h


Ignore:
Timestamp:
Jan 16, 1998, 9:56:34 AM (26 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
a1601d53cf31f3bd382ee4691c2fa8bd0ed6ec05
Parents:
eb17bd32d72d09cdfc4bed682d9d9bba8435504e
Message:
	* cf_algorithm.h (divides): declaration moved from canonicalform.h
	  to cf_algorithm.h


git-svn-id: file:///usr/local/Singular/svn/trunk@1030 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/cf_algorithm.h

    reb17bd3 r0d1712  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: cf_algorithm.h,v 1.8 1997-11-19 17:42:11 schmidt Exp $ */
     2/* $Id: cf_algorithm.h,v 1.9 1998-01-16 08:56:34 schmidt Exp $ */
    33
    44#ifndef INCL_CF_ALGORITHM_H
     
    3535
    3636CanonicalForm common_den ( const CanonicalForm & f );
     37
     38bool divides ( const CanonicalForm & f, const CanonicalForm & g );
    3739//}}}
    3840
Note: See TracChangeset for help on using the changeset viewer.