Changeset 85ea06 in git


Ignore:
Timestamp:
Oct 17, 2012, 10:26:03 AM (12 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
6bbe944402dfca102dcc3e036c4f2f119be41e44
Parents:
d6b9d791f6efb67f432972147de4dfd0f4081862
git-author:
Martin Lee <martinlee84@web.de>2012-10-17 10:26:03+02:00
git-committer:
Martin Lee <martinlee84@web.de>2012-10-17 17:11:35+02:00
Message:
chg: rational reconstruction for elements of Z[a]
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/cf_chinese.cc

    rd6b9d7 r85ea06  
    227227          }
    228228          else
     229            result += power( x, i.exp() ) * Farey(c,q);
     230#else
     231          if (c.inZ())
     232            result += power( x, i.exp() ) * Farey_n(c,q);
     233          else
     234            result += power( x, i.exp() ) * Farey(c,q);
    229235#endif
    230             result += power( x, i.exp() ) * Farey_n(c,q);
    231236        }
    232237        else
Note: See TracChangeset for help on using the changeset viewer.