Changeset cfff6a2 in git for factory/canonicalform.h


Ignore:
Timestamp:
Aug 29, 1997, 3:14:57 PM (27 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
bc76e8e952ac7eb30314b733f08ee118a91be402
Parents:
9fb70bd083a6d482ab8de6fa8eaa883b41a0f6b9
Message:
	* canonicalform.h (deriv): doc fix


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

Legend:

Unmodified
Added
Removed
  • factory/canonicalform.h

    r9fb70b rcfff6a2  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: canonicalform.h,v 1.12 1997-08-29 11:30:01 schmidt Exp $ */
     2/* $Id: canonicalform.h,v 1.13 1997-08-29 13:14:57 schmidt Exp $ */
    33
    44#ifndef INCL_CANONICALFORM_H
     
    230230bool divides ( const CanonicalForm & f, const CanonicalForm & g );
    231231
     232//{{{ inline CanonicalForm deriv ( const CanonicalForm & f, const Variable & x )
     233//{{{ docu
     234//
     235// deriv() - inline function version of method deriv().
     236//
     237//}}}
    232238inline CanonicalForm
    233239deriv ( const CanonicalForm & f, const Variable & x )
     
    235241    return f.deriv(x);
    236242}
     243//}}}
    237244
    238245inline CanonicalForm
Note: See TracChangeset for help on using the changeset viewer.