Changeset fd08e7 in git for factory/singext.h


Ignore:
Timestamp:
Apr 16, 2010, 3:18:22 PM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
18640237cc3e76a4bdf4279f3fc1ac7fb9cdb4c3
Parents:
0f7301e691bd462913428c33f8962015a37bb532
Message:
gmp stuff

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

Legend:

Unmodified
Added
Removed
  • factory/singext.h

    r0f7301 rfd08e7  
    3434int gf_value (const CanonicalForm & f );
    3535
    36 CanonicalForm make_cf ( const MP_INT & n );
     36CanonicalForm make_cf ( const mpz_ptr n );
    3737
    38 CanonicalForm make_cf ( const MP_INT & n, const MP_INT & d, bool normalize );
     38CanonicalForm make_cf ( const mpz_ptr n, const mpz_ptr d, bool normalize );
    3939
    4040CanonicalForm make_cf_from_gf ( const int z );
Note: See TracChangeset for help on using the changeset viewer.