Changeset b761b9 in git


Ignore:
Timestamp:
Sep 10, 1997, 5:45:49 PM (26 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', 'd1b01e9d51ade4b46b745d3bada5c5f3696be3a8')
Children:
ede528fb0ae425b6ab9bd529b8c54e9f5ba5bf3e
Parents:
05ac04bd3fd4c6b3288c88b5738ffcaafc564ad9
Message:
	* int_pp.cc, int_int.cc, int_rat.cc, int_poly.cc, int_cf.cc,
	  canonicalform.cc (sign): doc fix


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

Legend:

Unmodified
Added
Removed
  • factory/int_poly.cc

    r05ac04 rb761b9  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: int_poly.cc,v 1.4 1997-06-19 12:22:42 schmidt Exp $ */
     2/* $Id: int_poly.cc,v 1.5 1997-09-10 15:45:49 schmidt Exp $ */
    33
    44#include <config.h>
     
    8787}
    8888
     89//{{{ int InternalPoly::sign () const
     90// docu: see CanonicalForm::sign()
    8991int
    90 InternalPoly::sign() const
     92InternalPoly::sign () const
    9193{
    9294    return firstTerm->coeff.sign();
    9395}
     96//}}}
    9497
    9598CanonicalForm
Note: See TracChangeset for help on using the changeset viewer.