diff doc/interpreter/octave.texi @ 6549:5a5a09d7deb8

[project @ 2007-04-20 06:55:29 by jwe]
author jwe
date Fri, 20 Apr 2007 06:55:29 +0000
parents 062bade36bf7
children 1b7a6061a05d
line wrap: on
line diff
--- a/doc/interpreter/octave.texi	Fri Apr 20 05:31:41 2007 +0000
+++ b/doc/interpreter/octave.texi	Fri Apr 20 06:55:29 2007 +0000
@@ -140,6 +140,7 @@
 * Plotting::                    
 * Matrix Manipulation::         
 * Arithmetic::                  
+* Bit Manipulations::
 * Linear Algebra::              
 * Nonlinear Equations::         
 * Sparse Matrices::
@@ -150,6 +151,7 @@
 * Financial Functions::         
 * Sets::                        
 * Polynomial Manipulations::    
+* Interpolation::
 * Control Theory::              
 * Signal Processing::           
 * Image Processing::            
@@ -240,6 +242,7 @@
 
 * Matrices::                    
 * Ranges::                      
+* Integer Data Types::
 * Logical Values::              
 * Predicates for Numeric Objects::  
 
@@ -461,6 +464,8 @@
 
 * Timing Utilities::            
 * Filesystem Utilities::        
+* File Archiving Utilities::
+* Networking Utilities::
 * Controlling Subprocesses::    
 * Process ID Information::      
 * Environment Variables::       
@@ -548,6 +553,7 @@
 @include plot.texi
 @include matrix.texi
 @include arith.texi
+@include bit.texi
 @include linalg.texi
 @include nonlin.texi
 @include sparse.texi
@@ -558,6 +564,7 @@
 @include finance.texi
 @include set.texi
 @include poly.texi
+@include interp.texi
 @include control.texi
 @include signal.texi
 @include image.texi