Changeset a527a41 in git for libpolys/coeffs/numbers.h


Ignore:
Timestamp:
Jul 9, 2018, 2:39:53 PM (5 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
Children:
43fa86cc32c42433e618d6c2978915bf8a580e66
Parents:
ac754db5ea554de8a6115ff7e914fb77dc57c434
Message:
move *Eati/*EatLong to numbers.cc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/numbers.h

    rac754d ra527a41  
    105105// void ndClearDenominators(ICoeffsEnumerator& numberCollectionEnumerator, number& d, const coeffs r);
    106106
     107/// helper routine: read an int from a string (mod m), return a pointer to the rest
     108char* nEati(char *s, int *i, int m);
     109
     110/// extracts a long integer from s, returns the rest
     111char * nEatLong(char *s, mpz_ptr i);
    107112#endif
Note: See TracChangeset for help on using the changeset viewer.