Changeset cacfb6 in git for factory/int_int.cc
- Timestamp:
- Apr 9, 2010, 10:11:55 AM (13 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 8fc10886f09496df82af0116fe80edeeaeeaadc8
- Parents:
- f91fddc43db014d7355e8386a068d0a3772d2dcd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/int_int.cc
rf91fddc rcacfb6 521 521 int InternalInteger::intmod( int p ) const 522 522 { 523 return (int)mpz_ mmod_ui( 0,&thempi, (unsigned long)p );523 return (int)mpz_fdiv_ui( &thempi, (unsigned long)p ); 524 524 } 525 525
Note: See TracChangeset
for help on using the changeset viewer.