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 const Float #535

Open
visr opened this issue Jan 23, 2025 · 0 comments
Open

Remove const Float #535

visr opened this issue Jan 23, 2025 · 0 comments

Comments

@visr
Copy link
Member

visr commented Jan 23, 2025

Float is a type though right? const Float = Float64 it is a type alias. I don't see an issue for it, but I think it should be removed altogether, so we just use Float64 instead. The original idea was to start using it to support running in single precision but this is only half (so not) supported. And if we would start supporting it we'd use type parameters rather than a type alias.

Originally posted by @visr in #534 (comment)

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

No branches or pull requests

1 participant