Changeset 1c37e0 in git for libpolys/coeffs/modulop.h


Ignore:
Timestamp:
Jul 15, 2020, 10:47:01 PM (4 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
bc9b1fc707213e0fb991294802a5ed1b2e721885
Parents:
2486f460fbcdd44c72acea7779937ed446323e1f
Message:
modulo p: npMult,nvMult, npInit -> modulop_inl.h
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/modulop.h

    r2486f4 r1c37e0  
    253253long    npInt         (number &n, const coeffs r);
    254254
    255 // The folloing is reused inside tgb*.cc
    256 number  npMult        (number a, number b, const coeffs r);
    257 
    258255#define npEqualM(A,B,r)  ((A)==(B))
    259256
    260 
    261 #endif
     257#endif
Note: See TracChangeset for help on using the changeset viewer.