Commit 1a840a17 authored by victor's avatar victor

Document the same functions, in the same order, that eval.c has.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16586 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 6e51fb96
...@@ -838,16 +838,22 @@ The following functions are available: ...@@ -838,16 +838,22 @@ The following functions are available:
@item sin(x) @item sin(x)
@item cos(x) @item cos(x)
@item tan(x) @item tan(x)
@item atan(x)
@item asin(x)
@item acos(x)
@item exp(x) @item exp(x)
@item log(x) @item log(x)
@item abs(x)
@item squish(x) @item squish(x)
@item gauss(x) @item gauss(x)
@item abs(x) @item mod(x, y)
@item max(x, y) @item max(x, y)
@item min(x, y) @item min(x, y)
@item eq(x, y)
@item gte(x, y)
@item gt(x, y) @item gt(x, y)
@item lte(x, y)
@item lt(x, y) @item lt(x, y)
@item eq(x, y)
@item bits2qp(bits) @item bits2qp(bits)
@item qp2bits(qp) @item qp2bits(qp)
@end table @end table
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment