Changeset d07137 in git for factory/int_pp.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/int_pp.h

    r2499bf rd07137  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: int_pp.h,v 1.3 1997-06-19 12:22:29 schmidt Exp $ */
     2/* $Id: int_pp.h,v 1.4 2003-10-15 17:19:41 Singular Exp $ */
    33
    44#ifndef INCL_INT_PP_H
     
    3636    }
    3737    InternalPrimePower( const int i );
    38     InternalPrimePower( const char * str );
     38    InternalPrimePower( const char * str, const int base=10 );
    3939    InternalPrimePower( const MP_INT & );
    4040    ~InternalPrimePower();
Note: See TracChangeset for help on using the changeset viewer.