From ca1bc188f4e7ebd84f6446368946eec7a6014dc5 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Thu, 24 Jan 2013 01:08:45 +0100 Subject: [PATCH] doc/eval: fix documentation for time() function --- doc/eval.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/eval.texi b/doc/eval.texi index 1bc30f3d9c..5769e0d1ba 100644 --- a/doc/eval.texi +++ b/doc/eval.texi @@ -172,7 +172,7 @@ taylor(expr, x-y) can be used When the series does not converge the results are undefined. @item time(0) -The the current (wallclock) time in seconds +Return the current (wallclock) time in seconds. @item root(expr, max) Finds x where f(x)=0 in the interval 0..max.