X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=doc%2Feval.texi;h=b481bfe17f3a00499bb9fac3b88e00874f171f25;hb=43b1943a55b4b9de962761db38d5ecc3c8eef45a;hp=92fdc6d0a66712ed25a901c7508f8a2f852525c9;hpb=48706f41e1a17e04b0aa09852eff021833708233;p=ffmpeg diff --git a/doc/eval.texi b/doc/eval.texi index 92fdc6d0a66..b481bfe17f3 100644 --- a/doc/eval.texi +++ b/doc/eval.texi @@ -106,6 +106,13 @@ the evaluation of @var{y}, return 0 otherwise. @item ifnot(x, y) Evaluate @var{x}, and if the result is zero return the result of the evaluation of @var{y}, return 0 otherwise. + +@item taylor(expr, x) +Evaluate a taylor series at x. +expr represents the LD(0)-th derivates of f(x) at 0. +note, when you have the derivatives at y instead of 0 +taylor(expr, x-y) can be used +When the series does not converge the results are undefined. @end table The following constants are available: