#9707 closed defect (fixed)
Expression evaluation, documentation
Reported by: | Michael Koch | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | documentation |
Version: | git-master | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
At the end of chapter 8 (Expression Evaluation) is the list of prefixes. The last four exponents of 2 are wrong:
P 1015 / 240
E 1018 / 250
Z 1021 / 260
Y 1024 / 270
This is correct:
P 1015 / 250
E 1018 / 260
Z 1021 / 270
Y 1024 / 280
Change History (7)
follow-up: 2 comment:1 by , 3 years ago
comment:2 by , 3 years ago
follow-up: 4 comment:3 by , 3 years ago
The first are called e.g gigabyte, power of 10 and the second are gebibyte power of two.
comment:4 by , 3 years ago
Replying to Balling:
The first are called e.g gigabyte, power of 10 and the second are gebibyte power of two.
yes sure, but the last four powers of 2 are wrong (P, E, Z and Y). For example, Petabyte is 250 and not 240.
comment:6 by , 2 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Does that match source or?