Changeset 8cf4f3f in git


Ignore:
Timestamp:
Feb 15, 2008, 6:13:14 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
Children:
37a4c3117b8fcea54ce405d41928b723afd3dc20
Parents:
a8052e38caee753e26ebdc45c94dabda11bcbe2a
Message:
*hannes: maps for bigint->number


git-svn-id: file:///usr/local/Singular/svn/trunk@10579 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
kernel
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • kernel/gnumpc.cc

    ra8052e r8cf4f3f  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: gnumpc.cc,v 1.5 2007-07-04 09:58:40 Singular Exp $ */
     4/* $Id: gnumpc.cc,v 1.6 2008-02-15 17:13:14 Singular Exp $ */
    55/*
    66* ABSTRACT: computations with GMP complex floating-point numbers
     
    2323
    2424
    25 static number ngcMapQ(number from)
     25number ngcMapQ(number from)
    2626{
    2727  if ( from != NULL )
  • kernel/gnumpfl.cc

    ra8052e r8cf4f3f  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: gnumpfl.cc,v 1.6 2007-12-18 09:33:20 Singular Exp $ */
     4/* $Id: gnumpfl.cc,v 1.7 2008-02-15 17:13:14 Singular Exp $ */
    55/*
    66* ABSTRACT: computations with GMP floating-point numbers
     
    2929    return NULL;
    3030}
    31 static number ngfMapQ(number from)
     31number ngfMapQ(number from)
    3232{
    3333  if ( from != NULL )
  • kernel/shortfl.cc

    ra8052e r8cf4f3f  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: shortfl.cc,v 1.4 2007-07-04 09:58:40 Singular Exp $ */
     4/* $Id: shortfl.cc,v 1.5 2008-02-15 17:13:14 Singular Exp $ */
    55
    66/*
     
    314314#define MPZ_CLEAR mpz_clear
    315315
    316 static number nrMapQ(number from)
     316number nrMapQ(number from)
    317317{
    318318  lint h,*g,*z,*n;
Note: See TracChangeset for help on using the changeset viewer.