Changeset 42281d6 in git for factory/cf_algorithm.h


Ignore:
Timestamp:
Jul 6, 2011, 7:04:52 PM (13 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
13f4949d39b811d9e4ba8e8cbff2c4565ce87187
Parents:
ec970ef2b3d7d5253124f91a7c731ac3c7c540c3
Message:
divisibility test


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

Legend:

Unmodified
Added
Removed
  • factory/cf_algorithm.h

    rec970e r42281d6  
    4141
    4242bool fdivides ( const CanonicalForm & f, const CanonicalForm & g );
     43
     44bool tryFdivides ( const CanonicalForm & f, const CanonicalForm & g, const CanonicalForm& M, bool& fail );
    4345
    4446CanonicalForm maxNorm ( const CanonicalForm & f );
Note: See TracChangeset for help on using the changeset viewer.