Changeset 64b0be5 in git for Singular/mpr_complex.h


Ignore:
Timestamp:
Jun 15, 1999, 6:39:00 PM (25 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
b241840350c1fc42ac6fd71bfe60073546f447b5
Parents:
89eb77fb65281deb86e0741abe072965595191c9
Message:
*hannes: fixed types


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

Legend:

Unmodified
Added
Removed
  • Singular/mpr_complex.h

    r89eb77 r64b0be5  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: mpr_complex.h,v 1.2 1999-05-17 11:31:45 Singular Exp $ */
     6/* $Id: mpr_complex.h,v 1.3 1999-06-15 16:39:00 Singular Exp $ */
    77
    88/*
     
    118118
    119119gmp_float numberToFloat( number num );
    120 char *floatToStr( const gmp_float & r, const unsigned int oprec );
     120char *floatToStr( const gmp_float & r, const size_t oprec );
    121121
    122122typedef gmp_float mprfloat_g;
     
    174174  return complex( numberToFloat(num) );
    175175}
    176 char *complexToStr( const complex & c, const  unsigned int oprec );
     176char *complexToStr( const complex & c, const  size_t oprec );
    177177//<-
    178178
Note: See TracChangeset for help on using the changeset viewer.