Changeset 3575b7 in git


Ignore:
Timestamp:
Jun 26, 1999, 6:40:42 PM (24 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
a5f15a1fef3fe043b3eb2ad5072abe86d0f19ad8
Parents:
2cf916d8f1d7b1da77d1bd76e27297d0e8631229
Message:
*hannes: type mismatch fixed


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

Legend:

Unmodified
Added
Removed
  • Singular/mpr_complex.cc

    r2cf916 r3575b7  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: mpr_complex.cc,v 1.5 1999-06-24 07:46:50 wenk Exp $ */
     4/* $Id: mpr_complex.cc,v 1.6 1999-06-26 16:40:42 Singular Exp $ */
    55
    66/*
     
    340340}
    341341
    342 char *floatToStr( const gmp_float & r, const size_t oprec )
     342char *floatToStr( const gmp_float & r, const unsigned int oprec )
    343343{
    344344#if 1
     
    491491// converts a gmp_complex to a string ( <real part> + I * <imaginary part> )
    492492//
    493 char *complexToStr( const gmp_complex & c, const size_t oprec )
     493char *complexToStr( const gmp_complex & c, const unsigned int oprec )
    494494{
    495495  char *out,*in_imag,*in_real;
Note: See TracChangeset for help on using the changeset viewer.