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

Use f64 for all numbers #203

Merged
merged 5 commits into from
Oct 11, 2024
Merged

Use f64 for all numbers #203

merged 5 commits into from
Oct 11, 2024

Conversation

kaj
Copy link
Owner

@kaj kaj commented Oct 8, 2024

Use f64 for all numbers instead of switching between isize rational, bignum rational and f64. The dependencies for the rationals and bignum are also removed, which should be nice for the build times.

@kaj kaj force-pushed the simpler-numbers branch 8 times, most recently from e61673b to aaebc7d Compare October 11, 2024 21:30
Raw f64 in some more places, use rust std f64 parsing for numbers.
Also fix some numeric comparisions and remove a duplicate test.
@kaj kaj force-pushed the simpler-numbers branch from aaebc7d to 58b5cf0 Compare October 11, 2024 21:37
@kaj kaj merged commit e8492fd into main Oct 11, 2024
26 checks passed
@kaj kaj deleted the simpler-numbers branch October 11, 2024 21:42
kaj added a commit that referenced this pull request Oct 11, 2024
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.

1 participant