I
I
Ilya2016-09-07 09:39:41
Programming
Ilya, 2016-09-07 09:39:41

What does a 128 bit number look like?

Sympathetically the whole question is in the title.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
N
nirvimel, 2016-09-07
@Rimush

340282366920938463463374607431768211455is the maximum unsigned.
It can be obtained from the console with the command:
python -c 'print (2**128 - 1)'

I
iBird Rose, 2016-09-07
@iiiBird

340 andecellion 282 decillion 366 nonillion 920 octillion 938 septillion 586 sextillion 8 quintillion 62 quadrillion 602 trillion 462 billion 446 million 642 thousand 46

A
alex_ak1, 2016-09-07
@alex_ak1

Exactly the same as from 64 bit, but 2 times more.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question