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

correct 0x literal info #47348

Merged
merged 2 commits into from
Oct 28, 2022
Merged

correct 0x literal info #47348

merged 2 commits into from
Oct 28, 2022

Conversation

udohjeremiah
Copy link
Contributor

From the release notes on v1.6, #23546 has addressed this and now 0x literals too big for UInt128 produce a BigInt:

julia> typemax(UInt128)
0xffffffffffffffffffffffffffffffff

julia> 0xffffffffffffffffffffffffffffffff1
5444517870735015415413993718908291383281

@udohjeremiah udohjeremiah added the domain:docs This change adds or pertains to documentation label Oct 27, 2022
@StefanKarpinski StefanKarpinski merged commit 594d001 into JuliaLang:master Oct 28, 2022
@udohjeremiah udohjeremiah deleted the patch-39 branch October 28, 2022 21:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:docs This change adds or pertains to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants