Changeset 2cc567 in git for factory/int_rat.h
- Timestamp:
- Sep 21, 2010, 7:23:17 PM (13 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 8cc501005dad91f11f83435ebe0a0bebd31552c9
- Parents:
- f47847f308abdac1670b13080514da1a003d016d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/int_rat.h
rf47847f r2cc567 99 99 100 100 friend class InternalInteger; 101 #ifdef SINGULAR102 101 friend void gmp_numerator ( const CanonicalForm & f, mpz_ptr result ); 103 102 friend void gmp_denominator ( const CanonicalForm & f, mpz_ptr result ); 104 #endif /* SINGULAR */105 103 friend CanonicalForm make_cf ( const MP_INT & n, const MP_INT & d ); 106 104 };
Note: See TracChangeset
for help on using the changeset viewer.