Browse Source

doc/eval: fix documentation for time() function

tags/n1.2
Stefano Sabatini 13 years ago
parent
commit
ca1bc188f4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      doc/eval.texi

+ 1
- 1
doc/eval.texi View File

@@ -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.


Loading…
Cancel
Save