Changeset 353caa in git


Ignore:
Timestamp:
Jul 11, 2011, 3:59:50 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'd1b01e9d51ade4b46b745d3bada5c5f3696be3a8')
Children:
3159bc2ac1c78d8c4f420ece3f4a45d3ba16d103
Parents:
44d898208ddc75d14a68b3bf09b8a1971b2ee1f6
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-07-11 15:59:50+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:39:13+01:00
Message:
ADD: exposing const char *n_Read(const char * s, number * a, const coeffs r)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/coeffs.h

    r44d898 r353caa  
    347347{ assume(r != NULL); assume(r->cfWrite!=NULL); r->cfWrite(n,r); }
    348348
     349/// @todo: Describe me!!!
     350static inline const char *n_Read(const char * s, number * a, const coeffs r)
     351{ assume(r != NULL); assume(r->cfRead!=NULL); return r->cfRead(s, a, r); }
     352
    349353/// Normalize and get denomerator
    350354static inline number n_GetDenom(number& n, const coeffs r)
Note: See TracChangeset for help on using the changeset viewer.