Changeset aa57bf7 in mainline


Ignore:
Timestamp:
2019-02-11T13:49:42Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
e3272101
Parents:
8f18f1e
git-author:
Matthieu Riolo <matthieu.riolo@…> (2019-02-10 20:41:38)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-02-11 13:49:42)
Message:

correcting ipow10_u64() for large exponents

theoretically ipow10_u64() can return 1019
as largest number. The original implementation
failed to do so because of it's internal type
usage. This commits fixes this by using a larger
type

File:
1 edited

Legend:

Unmodified
Added
Removed
Note: See TracChangeset for help on using the changeset viewer.