-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
Implement BigDecimal and BigInteger #168
Comments
Hi @sblessing, We have an RFC process for additions and changes to the language and standard library. |
BIgDecimal is basically F128 and BigInteger U128 and I128 |
@cindRoberta BigInteger and BigDecimal are arbitrary precision integers, so they can be as big as you want as long as you have the memory to spare. |
@ergl it looks the arbitrary bit-width integers from Zig: https://ziglang.org/documentation/0.8.0/#Primitive-Types it's a good proposal, but no with the names BigDecimal and BigInteger |
Extend the standard library with BigDecimal and BigInteger. I have started to working on this, and I would like to submit this as a pull request soon.
The text was updated successfully, but these errors were encountered: