Changeset ad2a147 in git for factory/cf_chinese.cc


Ignore:
Timestamp:
Sep 29, 1997, 8:51:46 AM (27 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
db84b4e8bcd29a8b68d7f41824a4fc94c7d6c9a2
Parents:
f0596e3b7b21bb03a5e31efdb572b2f9e62183e1
Message:
	* cf_chinese.cc: doc fix


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

Legend:

Unmodified
Added
Removed
  • factory/cf_chinese.cc

    rf0596e rad2a147  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: cf_chinese.cc,v 1.6 1997-09-09 07:31:18 schmidt Exp $ */
     2/* $Id: cf_chinese.cc,v 1.7 1997-09-29 06:51:46 schmidt Exp $ */
    33
    44//{{{ docu
     
    5959// coefficients, too.
    6060//
     61// This is a standard algorithm, too, except for the fact that we
     62// use a divide-and-conquer method instead of a linear approach
     63// to calculate the remainder.
     64//
    6165// Note: be sure you are calculating in Z, and not in Q!
    6266//
Note: See TracChangeset for help on using the changeset viewer.