TheoryOfNekomata
|
a05bed5908
|
Implement long count
Traditional British long count is available for systems.
|
1 year ago |
TheoryOfNekomata
|
8fd3b115a3
|
Fix millia parsing/stringifying
Only largest millia should remove prefix when group is 001.
|
1 year ago |
TheoryOfNekomata
|
d227f3e09f
|
Fix short millia
Make short millia parse and stringify correctly.
|
1 year ago |
TheoryOfNekomata
|
f2e4ab3c5c
|
Fix millia
Use special millions prefix only when millia is less than one.
|
1 year ago |
TheoryOfNekomata
|
6c81723b78
|
Organize system
Add namespace for short/long count. Also manage conversion configs and defaults.
|
1 year ago |
TheoryOfNekomata
|
a0739c3ec4
|
Re-enable test
Enable all tests in project.
|
1 year ago |
TheoryOfNekomata
|
545d0a54aa
|
Add bailout for conversion to bigint
There is only a certain string length allowed to convert parsed numbers to bigint.
|
1 year ago |
TheoryOfNekomata
|
bb5b7403f9
|
Fix exponential normalization
Ensure exponents are normalized properly.
|
1 year ago |
TheoryOfNekomata
|
6a78aecef8
|
Refactor groups
Make group management more readable.
|
1 year ago |
TheoryOfNekomata
|
0071c9d493
|
Fix stringify bugs
Address errors with gapped groups.
|
1 year ago |
TheoryOfNekomata
|
efe4291dce
|
Fix logic with no hundreds place between groups
Ensure digits parse correctly when there are gaps.
|
1 year ago |
TheoryOfNekomata
|
fd0ea31fe4
|
Refactor code
Make code more cleaner when parsing.
|
1 year ago |
TheoryOfNekomata
|
4022962dc5
|
Rewrite package
Include parse and stringify functions for American short-count locale.
|
1 year ago |