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

When should we use f32, f64, Decimal? #18

Open
nathanleiby opened this issue Nov 7, 2024 · 0 comments
Open

When should we use f32, f64, Decimal? #18

nathanleiby opened this issue Nov 7, 2024 · 0 comments
Labels
question Further information is requested

Comments

@nathanleiby
Copy link
Owner

nathanleiby commented Nov 7, 2024

  • Want to have easier Eq comparison.
    • Want to ensure stability for some comparison (acc == x seems not to be robust).
    • Want to allow hashing
  • Want to avoid need to frequently convert types.
@nathanleiby nathanleiby added the question Further information is requested label Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
Status: No status
Development

No branches or pull requests

1 participant