Changeset 8357930 in git for factory/singext.h


Ignore:
Timestamp:
Apr 12, 2010, 4:48:39 PM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
24cecec43c64ad4eab16bf2eb718e87ce5038028
Parents:
a0f5849764a78dfc4f5394cbc998a82eefdd6644
Message:
some old gmp stuff changed

git-svn-id: file:///usr/local/Singular/svn/trunk@12723 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/singext.h

    ra0f584 r8357930  
    2828/*BEGINPUBLIC*/
    2929
    30 MP_INT gmp_numerator ( const CanonicalForm & f );
     30void gmp_numerator ( const CanonicalForm & f, mpz_ptr result );
    3131
    32 MP_INT gmp_denominator ( const CanonicalForm & f );
     32void gmp_denominator ( const CanonicalForm & f, mpz_ptr result );
    3333
    3434int gf_value (const CanonicalForm & f );
Note: See TracChangeset for help on using the changeset viewer.