[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: The next exercise
From: |
Emanuel Berg |
Subject: |
Re: The next exercise |
Date: |
Sat, 17 Dec 2022 01:20:51 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Michael Heerdegen wrote:
> Still too mathematical maybe. Wait - it's the largest number
> a calculator using 8 796 093 022 208 binary digits
> can express.
That's right! \o/
It is the number you get from one terabyte of data - or
technically 1 TiB - with all the bits set, i.e.
1111111111111 ... [just kidding]
Here is the entire list, you deserve it:
-------------------------------------------------------------------------------
BINARY UNITS incal@dataswamp.org
-------------------------------------------------------------------------------
name bytes unit max value
-------------------------------------------------------------------------------
char/byte 1 (1- (** 2 (* 8 (** 2 0) )))
word 2 (1- (** 2 (* 8 (** 2 1) )))
doubleword 4 (1- (** 2 (* 8 (** 2 2) )))
quadword 8 (1- (** 2 (* 8 (** 2 3) )))
paragraph 16 (1- (** 2 (* 8 (** 2 4) )))
kilobyte 1 024 KiB (1- (** 2 (* 8 (** (** 2 10) 1))))
megabyte 1 048 576 MiB (1- (** 2 (* 8 (** (** 2 10) 2))))
gigabyte 1 073 741 824 GiB (1- (** 2 (* 8 (** (** 2 10) 3))))
terabyte 1 099 511 627 776 TiB (1- (** 2 (* 8 (** (** 2 10) 4))))
-------------------------------------------------------------------------------
^^^^
1024
-------------------------------------------------------------------------------
https://dataswamp.org/~incal/data/BINARY-UNITS 2022-12-01
-------------------------------------------------------------------------------
--
underground experts united
https://dataswamp.org/~incal
- Re: The next exercise, (continued)
- Re: The next exercise, Michael Heerdegen, 2022/12/09
- Re: The next exercise, tomas, 2022/12/09
- Re: The next exercise, Gregory Heytings, 2022/12/09
- Re: The next exercise, Michael Heerdegen, 2022/12/09
- Re: The next exercise, Emanuel Berg, 2022/12/10
- Re: The next exercise, Michael Heerdegen, 2022/12/11
- Re: The next exercise, Emanuel Berg, 2022/12/15
- Re: The next exercise, Michael Heerdegen, 2022/12/15
- Re: The next exercise, Michael Heerdegen, 2022/12/15
- Re: The next exercise, Michael Heerdegen, 2022/12/15
- Re: The next exercise,
Emanuel Berg <=
- Re: The next exercise, Michael Heerdegen, 2022/12/17
- Re: The next exercise, Emanuel Berg, 2022/12/20
- Re: The next exercise, Andy Moreton, 2022/12/11
- Re: The next exercise, Michael Heerdegen, 2022/12/11
- Re: The next exercise, Emanuel Berg, 2022/12/15
- Re: The next exercise, Emanuel Berg, 2022/12/10
- Re: The next exercise, Emanuel Berg, 2022/12/09