Changeset 2e61d1c in git for factory/fac_univar.cc
- Timestamp:
- Apr 6, 1998, 2:05:51 PM (26 years ago)
- Branches:
- (u'spielwiese', 'd0474371d8c5d8068ab70bfb42719c97936b18a6')
- Children:
- b391dedab7784356be81af9c31c46a9c215f97c5
- Parents:
- 88ede96835b4305a14e21ff220d0e5eebd58549b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/fac_univar.cc
r88ede9 r2e61d1c 1 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: fac_univar.cc,v 1.1 7 1998-03-12 14:32:54schmidt Exp $ */2 /* $Id: fac_univar.cc,v 1.18 1998-04-06 12:05:51 schmidt Exp $ */ 3 3 4 4 #include <config.h> … … 271 271 272 272 while ( ! e.isZero() && j > 0 ) { 273 c = div( e, modulus );273 c = e / modulus; 274 274 { 275 275 j--; … … 338 338 339 339 while ( ! e.isZero() && i <= k ) { 340 c = div( e, modulus );340 c = e / modulus; 341 341 { 342 342 setCharacteristic( p );
Note: See TracChangeset
for help on using the changeset viewer.