Operations for signed and unsigned integer types of 128, 192, 256 bitsΒ #9
Open
Description
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.
Metadata
Assignees
Labels
No labels