changeset 1978:74b4448d4a61 octave-forge

Document extended arguments
author pkienzle
date Sun, 29 May 2005 16:00:40 +0000
parents f520de26bbc3
children 207f6978ddb9
files main/optim/fzero.m
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/main/optim/fzero.m	Sun May 29 15:41:58 2005 +0000
+++ b/main/optim/fzero.m	Sun May 29 16:00:40 2005 +0000
@@ -36,6 +36,10 @@
 ## `F(X) == 0'. Depending on APPROX, `fzero' uses different algorithms to solve
 ## the problem: either the Brent's method or the Powell's method of `fsolve'.
 ##
+## @deftypefnx {Function File} {} [X, FX, INFO] = fzero (FCN, APPROX, OPTIONS,P1,P2,...)
+##
+## Call FCN with FCN(X,P1,P2,...).
+##
 ## @table @asis
 ## @item INPUT ARGUMENTS
 ## @end table