Changeset b761b9 in git
- Timestamp:
- Sep 10, 1997, 5:45:49 PM (26 years ago)
- Branches:
- (u'spielwiese', 'd1b01e9d51ade4b46b745d3bada5c5f3696be3a8')
- Children:
- ede528fb0ae425b6ab9bd529b8c54e9f5ba5bf3e
- Parents:
- 05ac04bd3fd4c6b3288c88b5738ffcaafc564ad9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/int_poly.cc
r05ac04 rb761b9 1 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: int_poly.cc,v 1. 4 1997-06-19 12:22:42schmidt Exp $ */2 /* $Id: int_poly.cc,v 1.5 1997-09-10 15:45:49 schmidt Exp $ */ 3 3 4 4 #include <config.h> … … 87 87 } 88 88 89 //{{{ int InternalPoly::sign () const 90 // docu: see CanonicalForm::sign() 89 91 int 90 InternalPoly::sign () const92 InternalPoly::sign () const 91 93 { 92 94 return firstTerm->coeff.sign(); 93 95 } 96 //}}} 94 97 95 98 CanonicalForm
Note: See TracChangeset
for help on using the changeset viewer.