Changeset 4dda3e in git


Ignore:
Timestamp:
Mar 16, 2018, 11:56:14 AM (5 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
73248dff324d8c70a6ab8f0c380adc042b042dec
Parents:
239d735990d1f7ad5e27ad2ce28f8305525c418d
Message:
fix: tr. #822 ((ZZ/n)[x] when n is a power of 2)
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/number2.cc

    r239d73 r4dda3e  
    5252      if (mpz_popcount((mpz_ptr)modBase)==1) // is a power of 2
    5353      {
     54        i2=SI_LOG2(i2);
    5455        // is exponent <=2^(8*sizeof(unsigned long))
    5556        if (i2<(8*sizeof(unsigned long)))
  • Tst/Short/ok_s.lst

    r239d73 r4dda3e  
    8383bug_tr806
    8484bug_tr820
     85bug_tr822
    8586bug_genus_etc
    8687conv_bi
Note: See TracChangeset for help on using the changeset viewer.