diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-01-16 00:43:21 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-01-17 12:03:30 +0100 |
commit | e4e291061c7c9b433d88ecc1dede672f674ea84e (patch) | |
tree | b7668b0632bec95031f478549edc26e200160904 | |
parent | 999495734b9de597f59590708979902f28ebce61 (diff) | |
download | ffmpeg-e4e291061c7c9b433d88ecc1dede672f674ea84e.tar.gz |
doc/eval.texi: add precisation about the assumption for "trueness" in conditional expressions
-rw-r--r-- | doc/eval.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/eval.texi b/doc/eval.texi index 95e9df5a80..92fdc6d0a6 100644 --- a/doc/eval.texi +++ b/doc/eval.texi @@ -118,7 +118,8 @@ exp(1) (Euler's number), approximately 2.718 golden ratio (1+sqrt(5))/2, approximately 1.618 @end table -Note that: +Assuming that an expression is considered "true" if it has a non-zero +value, note that: @code{*} works like AND |