How many bits required for 2 ^ 43112609−1
If your a member of codenstuff then this is the main place to be. Get together..talk..chat and ponder. Have fun. Chill out. Play games.
5 posts
Page 1 of 1
LMAOSHMSFOAIDMT
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;
Over 30 projects with source code!
Please give reputation to helpful members!
![Image]()
![Image]()
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;
Over 30 projects with source code!
Please give reputation to helpful members!

There are 8 bits in a byte. A byte can be as large as 255.
The actual space that a number takes in memory depends on the math processor that is being used.
The actual space that a number takes in memory depends on the math processor that is being used.
Could you give me an example? I have created a 128 bit integer by combining a ULong (low) and a Long(high). How many bits would i need for this type of structure?
LMAOSHMSFOAIDMT
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;
Over 30 projects with source code!
Please give reputation to helpful members!
![Image]()
![Image]()
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;
Over 30 projects with source code!
Please give reputation to helpful members!

You could create your own way to calculate thats not using the operators(like -,+)
But I'm not really into calculating
But I'm not really into calculating
Your own way could be to use a list of many smaller data types that accurately represent the large number. There are some articles that describe how to work with big numbers.
5 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023