Changeset 24725be in git


Ignore:
Timestamp:
Oct 10, 1997, 12:49:53 PM (27 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
c556dadfb47ff524665312731266117a8eec5b63
Parents:
b60ef79724ba6182feca87163aa81a7069ffc79e
Message:
	* int_cf.cc: doc fix


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

Legend:

Unmodified
Added
Removed
  • factory/int_cf.cc

    rb60ef7 r24725be  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: int_cf.cc,v 1.7 1997-10-10 10:33:01 schmidt Exp $ */
     2/* $Id: int_cf.cc,v 1.8 1997-10-10 10:49:53 schmidt Exp $ */
    33
    44#include <config.h>
     
    5959//}}}
    6060
    61 //{{{ InternalCF* InternalCF::num (), den ()
     61//{{{ InternalCF * InternalCF::num (), den ()
    6262// docu: see CanonicalForm::num(), den()
    63 InternalCF*
     63InternalCF *
    6464InternalCF::num ()
    6565{
     
    6767}
    6868
    69 InternalCF*
     69InternalCF *
    7070InternalCF::den ()
    7171{
     
    8484//}}}
    8585
    86 //{{{ InternalCF* InternalCF::sqrt ()
     86//{{{ InternalCF * InternalCF::sqrt ()
    8787// docu: see CanonicalForm::sqrt()
    88 InternalCF*
     88InternalCF *
    8989InternalCF::sqrt ()
    9090{
Note: See TracChangeset for help on using the changeset viewer.