-
Notifications
You must be signed in to change notification settings - Fork 13
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
To range on Infinity for BigInt #8
Comments
BigInt will not be able to represent Infinity. |
I would vote for yes. Though |
I also vote for yes. We intentionally made it fine to compare BigInts and Numbers. |
Yes, this should definitely work. |
please checkout #23 |
feat: allow range to inf on bigint, close #8
I couldn't find an issue that mentioned this. I was (now I'm not) getting worried that we'll never be able to have an "endless" |
I know, I just wanted to post my thoughts about this (even though the issue is old, and has been closed by that PR). I sometimes like to visit old posts on forums, GH issues, and social media, specially if I want to say something that hasn't been said by someone else |
Related: #7 (comment)
We can range 1 to Infinity now, but we can't range from 1n to Infinity. Because Infinity is not a BigInt.
But there is no representation of Infinity for BigInt. Should we add a speical case for that?
The text was updated successfully, but these errors were encountered: