mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01: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
1 changed files with 4 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue