Changeset 8cf4f3f in git
- Timestamp:
- Feb 15, 2008, 6:13:14 PM (15 years ago)
- Branches:
- (u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
- Children:
- 37a4c3117b8fcea54ce405d41928b723afd3dc20
- Parents:
- a8052e38caee753e26ebdc45c94dabda11bcbe2a
- Location:
- kernel
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/gnumpc.cc
ra8052e r8cf4f3f 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: gnumpc.cc,v 1. 5 2007-07-04 09:58:40Singular Exp $ */4 /* $Id: gnumpc.cc,v 1.6 2008-02-15 17:13:14 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: computations with GMP complex floating-point numbers … … 23 23 24 24 25 staticnumber ngcMapQ(number from)25 number ngcMapQ(number from) 26 26 { 27 27 if ( from != NULL ) -
kernel/gnumpfl.cc
ra8052e r8cf4f3f 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: gnumpfl.cc,v 1. 6 2007-12-18 09:33:20Singular Exp $ */4 /* $Id: gnumpfl.cc,v 1.7 2008-02-15 17:13:14 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: computations with GMP floating-point numbers … … 29 29 return NULL; 30 30 } 31 staticnumber ngfMapQ(number from)31 number ngfMapQ(number from) 32 32 { 33 33 if ( from != NULL ) -
kernel/shortfl.cc
ra8052e r8cf4f3f 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: shortfl.cc,v 1. 4 2007-07-04 09:58:40Singular Exp $ */4 /* $Id: shortfl.cc,v 1.5 2008-02-15 17:13:14 Singular Exp $ */ 5 5 6 6 /* … … 314 314 #define MPZ_CLEAR mpz_clear 315 315 316 staticnumber nrMapQ(number from)316 number nrMapQ(number from) 317 317 { 318 318 lint h,*g,*z,*n;
Note: See TracChangeset
for help on using the changeset viewer.