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

Int128 support #132

Merged
merged 6 commits into from
May 22, 2020
Merged

Int128 support #132

merged 6 commits into from
May 22, 2020

Conversation

jmkuhn
Copy link
Contributor

@jmkuhn jmkuhn commented May 20, 2020

Some of this is needed for the rewrite of #129 but it is generally useful so I kept going until it passed all the obvious tests.

julia> Int128(Dec32(5))
5

julia> Dec64(Int128(10000000000000000000000))
1.0e22

src/DecFP.jl Outdated Show resolved Hide resolved
src/DecFP.jl Outdated Show resolved Hide resolved
src/DecFP.jl Outdated Show resolved Hide resolved
src/DecFP.jl Outdated Show resolved Hide resolved
@stevengj stevengj merged commit 1afbbab into JuliaMath:master May 22, 2020
@jmkuhn jmkuhn deleted the int128 branch May 22, 2020 12:58
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

Successfully merging this pull request may close these issues.

2 participants