Changeset b2bae5 in git
- Timestamp:
- Jul 8, 1999, 7:17:23 PM (24 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 63374c2a45ce7f0660de1047f95a58b4d23d5055
- Parents:
- a2d44acc243e88c5c454431bcd3f88a63735a43e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/mpr_complex.cc
ra2d44a rb2bae5 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: mpr_complex.cc,v 1.1 3 1999-07-08 10:18:11 wenkExp $ */4 /* $Id: mpr_complex.cc,v 1.14 1999-07-08 17:17:23 Singular Exp $ */ 5 5 6 6 /* … … 14 14 #include "mod2.h" 15 15 //#ifdef HAVE_MPR 16 #include "tok.h" 16 17 #include "structs.h" 17 18 #include "febase.h" … … 279 280 { 280 281 *size= 2*sizeof(char); 281 out= (char*)AllocL( *size ); 282 strcpy(out,"0"); 283 return out; 284 } 285 286 if ( ((unsigned int)abs(exponent) <= oprec) 282 return mstrdup("0"); 283 } 284 285 if ( ((unsigned int)ABS(exponent) <= oprec) 287 286 /*|| (exponent+sign >= (int)strlen(in))*/ ) 288 287 {
Note: See TracChangeset
for help on using the changeset viewer.