doc: fix binary values of SI prefixes
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
3553b70d6d
commit
59225b459f
@ -1073,13 +1073,13 @@ indication of the corresponding powers of 10 and of 2.
|
|||||||
@item T
|
@item T
|
||||||
10^12 / 2^40
|
10^12 / 2^40
|
||||||
@item P
|
@item P
|
||||||
10^15 / 2^40
|
10^15 / 2^50
|
||||||
@item E
|
@item E
|
||||||
10^18 / 2^50
|
10^18 / 2^60
|
||||||
@item Z
|
@item Z
|
||||||
10^21 / 2^60
|
10^21 / 2^70
|
||||||
@item Y
|
@item Y
|
||||||
10^24 / 2^70
|
10^24 / 2^80
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
@c man end EXPRESSION EVALUATION
|
@c man end EXPRESSION EVALUATION
|
||||||
|
Loading…
x
Reference in New Issue
Block a user