Changeset fcae67 in git for factory/fac_util.h


Ignore:
Timestamp:
Jun 27, 1996, 1:34:25 PM (27 years ago)
Author:
Rüdiger Stobbe <stobbe@…>
Branches:
(u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
Children:
1343d6d8811666ba39696828920b50fa6f00ded1
Parents:
af4c5612a18aeb436641ed03ae4ea4fb66c029dc
Message:
"New function dviremainder.
"


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

Legend:

Unmodified
Added
Removed
  • factory/fac_util.h

    raf4c56 rfcae67  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: fac_util.h,v 1.0 1996-05-17 10:59:40 stobbe Exp $
     2// $Id: fac_util.h,v 1.1 1996-06-27 11:34:25 stobbe Exp $
    33
    44#ifndef INCL_FAC_UTIL_H
     
    77/*
    88$Log: not supported by cvs2svn $
     9Revision 1.0  1996/05/17 10:59:40  stobbe
     10Initial revision
     11
    912*/
    1013
     
    3841CanonicalForm remainder( const CanonicalForm & f, const CanonicalForm & g, const modpk & pk );
    3942
     43void divremainder( const CanonicalForm & f, const CanonicalForm & g, CanonicalForm & quot, CanonicalForm & rem, const modpk & pk );
     44
    4045/*ENDPUBLIC*/
    4146
Note: See TracChangeset for help on using the changeset viewer.