From 77f60f00111396b740bf44440f883010cc38514a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Fri, 22 Mar 2013 01:47:49 +0100 Subject: lavu/eval: add between() function. --- doc/eval.texi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/eval.texi') diff --git a/doc/eval.texi b/doc/eval.texi index e1a5c0a..24db3b8 100644 --- a/doc/eval.texi +++ b/doc/eval.texi @@ -32,6 +32,10 @@ Compute arcsine of @var{x}. @item atan(x) Compute arctangent of @var{x}. +@item between(x, min, max) +Return 1 if @var{x} is greater than or equal to @var{min} and lesser than or +equal to @var{max}, 0 otherwise. + @item bitand(x, y) @item bitor(x, y) Compute bitwise and/or operation on @var{x} and @var{y}. -- cgit v1.1