Opened 2 years ago

Closed 21 months ago

Last modified 21 months ago

#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)

comment:1 by Elon Musk, 2 years ago

Does that match source or?

in reply to:  1 comment:2 by Michael Koch, 2 years ago

Replying to Elon Musk:

Does that match source or?

I don't understand your question.

comment:3 by Balling, 2 years ago

The first are called e.g gigabyte, power of 10 and the second are gebibyte power of two.

in reply to:  3 comment:4 by Michael Koch, 2 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.

Last edited 2 years ago by Michael Koch (previous) (diff)

comment:5 by Balling, 2 years ago

but the last four powers of 2 are wrong

I saw that.

comment:6 by Michael Koch, 21 months ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.