1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-03-28 12:32:17 +02:00

doc/eval: fix documentation for time() function

This commit is contained in:
Stefano Sabatini 2013-01-24 01:08:45 +01:00
parent 2b207bab19
commit ca1bc188f4

View File

@ -172,7 +172,7 @@ taylor(expr, x-y) can be used
When the series does not converge the results are undefined. When the series does not converge the results are undefined.
@item time(0) @item time(0)
The the current (wallclock) time in seconds Return the current (wallclock) time in seconds.
@item root(expr, max) @item root(expr, max)
Finds x where f(x)=0 in the interval 0..max. Finds x where f(x)=0 in the interval 0..max.