Changeset 8c38a0e in git for factory/canonicalform.cc


Ignore:
Timestamp:
Sep 12, 1997, 5:25:25 PM (27 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
4ea0ab0c5ec5a151e8d0207d3489fb57573557b8
Parents:
ac7280e0e9624b9b6fecec274bc0d109f7284ee1
Message:
	* canonicalform.cc: doc fix


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

Legend:

Unmodified
Added
Removed
  • factory/canonicalform.cc

    rac7280 r8c38a0e  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: canonicalform.cc,v 1.17 1997-09-10 15:39:05 schmidt Exp $ */
     2/* $Id: canonicalform.cc,v 1.18 1997-09-12 15:25:25 schmidt Exp $ */
    33
    44#include <config.h>
     
    11371137// coefficient.
    11381138//
    1139 // See also: InternalCF::sign() and derived classes, imm_sign(),
    1140 // gf_sign()
     1139// See also: InternalCF::sign(), InternalInteger::sign(),
     1140// InternalPrimePower::sign(), InternalRational::sign(),
     1141// InternalPoly::sign(), imm_sign(), gf_sign()
    11411142//
    11421143//}}}
     
    13071308// Computational Algebraic Number Theory', ch. 1.7.1.
    13081309//
     1310// See also: InternalCF::sqrt(), InternalInteger::sqrt()
     1311//
    13091312//}}}
    13101313CanonicalForm
     
    13411344// base 2.  CO should be a positive integer.
    13421345//
     1346// See also: InternalCF::ilog2(), InternalInteger::ilog2()
     1347//
    13431348//}}}
    13441349int
Note: See TracChangeset for help on using the changeset viewer.