#9707: Expression evaluation, documentation
-------------------------------------+-------------------------------------
Reporter: Michael | Type: defect
Koch |
Status: new | Priority: normal
Component: | Version: git-
documentation | master
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
At the end of chapter 8 (Expression Evaluation) is the list of prefixes.
The last four exponents of 2 are wrong:
P 10^15 / 2^40
E 10^18 / 2^50
Z 10^21 / 2^60
Y 10^24 / 2^70
This is correct:
P 10^15 / 2^50
E 10^18 / 2^60
Z 10^21 / 2^70
Y 10^24 / 2^80
--
Ticket URL: <https://trac.ffmpeg.org/ticket/9707>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".