Beyond 128-bit integers

I just finished a post related to the top range of integer values that are supported by Swift. https://kenb.us/big-integers The conclusion was that we can use the Decimal type to hold integer values with up to nearly 128 bits. That’s an impressively large number. It’s hard to imagine a case where you would require both … Continue reading Beyond 128-bit integers