(Edit: oops, incorrect numbers)
The largest number representable in 64 bits
11–20 of 98 posts
Re: The largest number representable in 64 bits
#12Re: The largest number representable in 64 bits
#13Re: The largest number representable in 64 bits
#14Can you give a formulation of the problem you are trying to answer?
Re: The largest number representable in 64 bits
#15I can do you one better. I can represent the largest number with a single binary bit.
Re: The largest number representable in 64 bits
#16Re: The largest number representable in 64 bits
#17 B0 39 mov al,'9' //load character '9' to AL
CD 29 int 29h //print to screen
EB FA jmp short -6 //go againRe: The largest number representable in 64 bits
#18Can you give a formulation of the problem you are trying to answer?
To find the largest number that is computable by a program of at most 64 bits in a non-cheating language; i.e. one that's not geared toward producing large numbers.
Ultimately you seem to pick a random definition of computing and size and then work with that?
Re: The largest number representable in 64 bits
#19What's the biggest up-arrow notation number you can spell with 64 bits? https://mathworld.wolfram.com/KnuthUp-ArrowNotation.html
Edit: I've misread the above comment and my number is is 64 bytes (significantly more than 64 bits. The largest 64 bit number through my approach would be `9↑↑↑↑↑↑9`, which is significantly smaller.