Changeset ce1f78 in git for libpolys/polys/coeffrings.h


Ignore:
Timestamp:
Mar 16, 2012, 8:22:15 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
7fee87629a807b6be566a7757b3b60f36c22d651
Parents:
cd9796d49b820bd9ecc81b49dc04073e0bbf6012
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-03-16 20:22:15+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-03-16 21:36:33+01:00
Message:
fixed short/long output of coeffs depending on ShortOut/CanShortOut options of rings

Note: the ugly ShortOut correction p_String0Short/p_String0Long is due to Hans
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/coeffrings.h

    rcd9796 rce1f78  
    2727static inline int    n_Size(number n,    const ring r){ return n_Size(n,r->cf); }
    2828static inline void   n_Normalize(number& n, const ring r){ return n_Normalize(n,r->cf); }
    29 static inline void   n_Write(number& n,  const ring r){ return n_Write(n,r->cf); }
     29static inline void   n_Write(number& n,  const ring r){ return n_Write(n, r->cf, rShortOut(r)); }
    3030static inline number n_GetDenom(number& n, const ring r){ return n_GetDenom(n, r->cf);}
    3131static inline number n_GetNumerator(number& n, const ring r){ return n_GetNumerator(n, r->cf);}
Note: See TracChangeset for help on using the changeset viewer.