# HG changeset patch # User dbateman # Date 1190971300 0 # Node ID d5bf6be68c87a4bc8816262462c3facd3628b97c # Parent 20dac48f4d8dcab04b7c4e9d0b4befb0c243cb8b [project @ 2007-09-28 09:21:40 by dbateman] ChangeLog diff --git a/doc/interpreter/func.txi b/doc/interpreter/func.txi --- a/doc/interpreter/func.txi +++ b/doc/interpreter/func.txi @@ -948,7 +948,7 @@ @example f = @@sin; quad (f, 0, pi) - @result{} 1.8391 + @result{} 2 @end example You may use @code{feval} to call a function using function handle, or @@ -1008,7 +1008,7 @@ a = 1; b = 2; quad (@@(x) betainc (x, a, b), 0, 0.4) - @result{} 1.3867 + @result{} 0.13867 @end example @noindent