602dcdc429
Changes since 2.0.13: (besides numerous bug fixes) - New math functions: besselh, airy - New functions: is_complex, isnumeric, isfinite, rehash, graw - The Bessel functions now accept complex values for the argument and any real value for the order. - New "finance" category - ~30 new functions in "signal" - Numerous new functions in "statistics" category, including new "distributions", "models", and "tests" directories - If LOADPATH contains a doubled colon, the default path is inserted in its place. This is similar to the substitution that also takes place for leading or trailing colons in the LOADPATH. - Loops of the form `for i = STRING ... endfor' are now allowed. ... and much more. Closes PR8421.
18 lines
481 B
Text
18 lines
481 B
Text
$NetBSD: patch-ae,v 1.3 2000/04/28 08:59:37 wennmach Exp $
|
|
--- doc/liboctave/liboctave.texi.orig Tue Aug 18 23:49:42 1998
|
|
+++ doc/liboctave/liboctave.texi Wed Apr 26 16:40:36 2000
|
|
@@ -5,6 +5,14 @@
|
|
\input texinfo @c -*-texinfo-*-
|
|
@setfilename liboctave.info
|
|
|
|
+@ifinfo
|
|
+@format
|
|
+START-INFO-DIR-ENTRY
|
|
+* LibOctave: (liboctave). Octave library for numerical computations.
|
|
+END-INFO-DIR-ENTRY
|
|
+@end format
|
|
+@end ifinfo
|
|
+
|
|
@c @smallbook
|
|
@c @setchapternewpage odd
|
|
@c @cropmarks
|