mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
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
|
||||
10^12 / 2^40
|
||||
@item P
|
||||
10^15 / 2^40
|
||||
10^15 / 2^50
|
||||
@item E
|
||||
10^18 / 2^50
|
||||
10^18 / 2^60
|
||||
@item Z
|
||||
10^21 / 2^60
|
||||
10^21 / 2^70
|
||||
@item Y
|
||||
10^24 / 2^70
|
||||
10^24 / 2^80
|
||||
@end table
|
||||
|
||||
@c man end EXPRESSION EVALUATION
|
||||
|
Loading…
Reference in New Issue
Block a user