Changeset 3edea1 in git for factory/singext.h


Ignore:
Timestamp:
Feb 19, 2021, 9:18:42 PM (3 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
c862f03b61a6c0dba7a6e4eb197ceb7ac0304b53
Parents:
33dd62182b65166a5cf7662ec505fa7b3f4b17a3
Message:
cygwin port: shared lib libfactory
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/singext.h

    r33dd62 r3edea1  
    2121/*BEGINPUBLIC*/
    2222
    23 void gmp_numerator ( const CanonicalForm & f, mpz_ptr result );
     23void FACTORY_PUBLIC gmp_numerator ( const CanonicalForm & f, mpz_ptr result );
    2424
    25 void gmp_denominator ( const CanonicalForm & f, mpz_ptr result );
     25void FACTORY_PUBLIC gmp_denominator ( const CanonicalForm & f, mpz_ptr result );
    2626
    2727int gf_value (const CanonicalForm & f );
    2828
    29 CanonicalForm make_cf ( const mpz_ptr n );
     29CanonicalForm FACTORY_PUBLIC make_cf ( const mpz_ptr n );
    3030
    31 CanonicalForm make_cf ( const mpz_ptr n, const mpz_ptr d, bool normalize );
     31CanonicalForm FACTORY_PUBLIC make_cf ( const mpz_ptr n, const mpz_ptr d, bool normalize );
    3232
    3333CanonicalForm make_cf_from_gf ( const int z );
Note: See TracChangeset for help on using the changeset viewer.