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

Operations for signed and unsigned integer types of 128, 192, 256 bits #9

Open
r4zzz4k opened this issue Jan 29, 2018 · 0 comments
Open

Comments

@r4zzz4k
Copy link
Collaborator

r4zzz4k commented Jan 29, 2018

Theoretically these can be implemented via classes extending Number and based on several integer primitives. Currently all the stuff higher than 64 bits goes through BigInteger which is available in Kotlin/JVM only (which may be available in Kotlin stdlib some day).
Please leave a comment if anybody needs these types and / or are willing to work on that -- this could be useful when multi-platform version of the library is available.

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