Changeset 85e68dd in git for kernel/gnumpfl.h
- Timestamp:
- Mar 19, 2008, 6:44:38 PM (16 years ago)
- Branches:
- (u'spielwiese', '2fa36c576e6a4ddbb1093b43c7f8e9835e17e52a')
- Children:
- 0e8683ce70a557cd606e08f67660015d94bf8c34
- Parents:
- 36b7a3a23287fa7372c89db467c4ffab4d6268d4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/gnumpfl.h
r36b7a3 r85e68dd 4 4 * Computer Algebra System SINGULAR * 5 5 ****************************************/ 6 /* $Id: gnumpfl.h,v 1. 1.1.1 2003-10-06 12:15:53Singular Exp $ */6 /* $Id: gnumpfl.h,v 1.2 2008-03-19 17:44:08 Singular Exp $ */ 7 7 /* 8 8 * ABSTRACT: computations with GMP floating-point numbers … … 28 28 number ngfCopy(number a); 29 29 number ngf_Copy(number a, ring r); 30 c har * ngfRead (char *s, number *a);30 const char * ngfRead (const char *s, number *a); 31 31 void ngfWrite(number &a); 32 32 33 33 #ifdef LDEBUG 34 BOOLEAN ngfDBTest(number a, c har *f,int l);34 BOOLEAN ngfDBTest(number a, const char *f, const int l); 35 35 #endif 36 36 void ngfDelete(number *a, const ring r);
Note: See TracChangeset
for help on using the changeset viewer.