Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove trailing zeroes #176

Merged
merged 23 commits into from
Sep 24, 2024
Merged

Remove trailing zeroes #176

merged 23 commits into from
Sep 24, 2024

Conversation

jessealama
Copy link
Collaborator

We remove support for trailing zeroes. This involves removing all discussion of cohorts and quanta, thereby considerably simplifying the data model.

README.md Outdated Show resolved Hide resolved
spec.emu Outdated Show resolved Hide resolved
intl.emu Outdated Show resolved Hide resolved
intl.emu Outdated Show resolved Hide resolved
jessealama and others added 7 commits September 24, 2024 08:34
Co-authored-by: Nicolò Ribaudo <[email protected]>
Co-authored-by: Nicolò Ribaudo <[email protected]>
And propagate that change throughout. As we are working with
canonicalized decimal values, which are essentially just a
special kind of mathematical value, we can remove a lot of
the special handling and destructuring that we previously
did.
@jessealama jessealama marked this pull request as ready for review September 24, 2024 07:15
jessealama and others added 2 commits September 24, 2024 09:18
This is unnecessary because all we care avbout is finite
decimal representability. When computing *the* exponent of a
number, we wil choose the minimum power that yields an
integer, in which case the fact that any smaller power
yields a non-integer is understood.
intl.emu Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants