diff NEWS @ 2800:9aeba8e006a4

[project @ 1997-03-09 09:50:20 by jwe]
author jwe
date Sun, 09 Mar 1997 09:50:39 +0000
parents c05ed7ef4c1a
children 33486d9e2d00
line wrap: on
line diff
--- a/NEWS	Sat Mar 08 08:41:00 1997 +0000
+++ b/NEWS	Sun Mar 09 09:50:39 1997 +0000
@@ -1,3 +1,16 @@
+Summary of changes for version 2.0.6:
+------------------------------------
+
+  * Functions like quad, fsolve, and lsode can take either a function
+    name or a simple function body as a string.  For example,
+
+      quad ("sqrt (x)", 0, 1)
+
+    is equivalent to
+
+      function y = f (x) y = sqrt (x); endfunction
+      quad ("f", 0, 1)
+
 Summary of changes for version 2.0.5:
 ------------------------------------