Changeset c879ee in git for factory/int_rat.h


Ignore:
Timestamp:
Oct 19, 2012, 6:38:54 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
05fd55e34baa83465ce4306966c9011d1a156232
Parents:
1bc7201c1a771fb5cc842ca4f475ba3ea91e697963e72b40a6237e50811b0e8745201177d25cb979
Message:
Merge pull request #193 from mmklee/64bitIntegersFactorySW

64bit integers factory sw
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/int_rat.h

    r1bc7201 rc879ee  
    4040    InternalRational( const int i );
    4141    InternalRational( const int n, const int d );
     42    InternalRational( const long i );
     43    InternalRational( const long n, const long d );
    4244    InternalRational( const char * str );
    4345    InternalRational( const mpz_ptr );
     
    9092    InternalCF * bextgcdcoeff ( InternalCF *, CanonicalForm &, CanonicalForm & );
    9193
    92     int intval() const;
     94    long intval() const;
    9395
    9496    int sign() const;
Note: See TracChangeset for help on using the changeset viewer.