Changeset 353caa in git
- Timestamp:
- Jul 11, 2011, 3:59:50 PM (12 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/coeffs/coeffs.h
r44d898 r353caa 347 347 { assume(r != NULL); assume(r->cfWrite!=NULL); r->cfWrite(n,r); } 348 348 349 /// @todo: Describe me!!! 350 static 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 349 353 /// Normalize and get denomerator 350 354 static inline number n_GetDenom(number& n, const coeffs r)
Note: See TracChangeset
for help on using the changeset viewer.