mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
avutil/eval: add atan2 function
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
036e12b225
commit
13564fc24d
2 changed files with 6 additions and 1 deletions
|
|
@ -776,6 +776,9 @@ Compute arcsine of @var{x}.
|
|||
@item atan(x)
|
||||
Compute arctangent of @var{x}.
|
||||
|
||||
@item atan2(x, y)
|
||||
Compute principal value of the arc tangent of @var{y}/@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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue