Changeset 64b0be5 in git
- Timestamp:
- Jun 15, 1999, 6:39:00 PM (24 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- b241840350c1fc42ac6fd71bfe60073546f447b5
- Parents:
- 89eb77fb65281deb86e0741abe072965595191c9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/mpr_complex.h
r89eb77 r64b0be5 4 4 * Computer Algebra System SINGULAR * 5 5 ****************************************/ 6 /* $Id: mpr_complex.h,v 1. 2 1999-05-17 11:31:45Singular Exp $ */6 /* $Id: mpr_complex.h,v 1.3 1999-06-15 16:39:00 Singular Exp $ */ 7 7 8 8 /* … … 118 118 119 119 gmp_float numberToFloat( number num ); 120 char *floatToStr( const gmp_float & r, const unsigned int oprec );120 char *floatToStr( const gmp_float & r, const size_t oprec ); 121 121 122 122 typedef gmp_float mprfloat_g; … … 174 174 return complex( numberToFloat(num) ); 175 175 } 176 char *complexToStr( const complex & c, const unsigned int oprec );176 char *complexToStr( const complex & c, const size_t oprec ); 177 177 //<- 178 178
Note: See TracChangeset
for help on using the changeset viewer.