Changeset d07137 in git for factory/canonicalform.h


Ignore:
Timestamp:
Oct 15, 2003, 7:19:41 PM (21 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
ecd23349865d588d280037e46df36f300536d5a2
Parents:
2499bf918092002632ace751f0bbae7bd5a2cccb
Message:
*hannes: faster conversions


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

Legend:

Unmodified
Added
Removed
  • factory/canonicalform.h

    r2499bf rd07137  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: canonicalform.h,v 1.27 2001-06-22 15:57:41 Singular Exp $ */
     2/* $Id: canonicalform.h,v 1.28 2003-10-15 17:19:39 Singular Exp $ */
    33
    44#ifndef INCL_CANONICALFORM_H
     
    5656    CF_INLINE CanonicalForm( const Variable & );
    5757    CF_INLINE CanonicalForm( const Variable &, int );
    58     CanonicalForm( const char * ); // use with caution - does only handle integers !!!
     58    CanonicalForm( const char *, const int base=10 ); // use with caution - does only handle integers !!!
    5959
    6060    CF_NO_INLINE ~CanonicalForm();
Note: See TracChangeset for help on using the changeset viewer.