diff doc/interpreter/arith.txi @ 3803:63c75bc3db82

[project @ 2001-02-28 08:24:40 by jwe]
author jwe
date Wed, 28 Feb 2001 08:24:43 +0000
parents 8e36c45e3a61
children 334b3ee09f4b
line wrap: on
line diff
--- a/doc/interpreter/arith.txi	Mon Feb 26 20:26:15 2001 +0000
+++ b/doc/interpreter/arith.txi	Wed Feb 28 08:24:43 2001 +0000
@@ -14,6 +14,7 @@
 * Trigonometry::                
 * Sums and Products::           
 * Special Functions::           
+* Coordinate Transformations::
 * Mathematical Constants::      
 @end menu
 
@@ -157,7 +158,7 @@
 
 @DOCSTRING(sumsq)
 
-@node Special Functions, Mathematical Constants, Sums and Products, Arithmetic
+@node Special Functions, Coordinate Transformations, Sums and Products, Arithmetic
 @section Special Functions
 
 @DOCSTRING(besselj)
@@ -188,7 +189,18 @@
 
 @DOCSTRING(duplication_matrix)
 
-@node Mathematical Constants,  , Special Functions, Arithmetic
+@node Coordinate Transformations, Mathematical Constants, Special Functions, Arithmetic
+@section Coordinate Transformations
+
+@DOCSTRING(cart2pol)
+
+@DOCSTRING(pol2cart)
+
+@DOCSTRING(cart2sph)
+
+@DOCSTRING(sph2cart)
+
+@node Mathematical Constants,  , Coordinate Transformations, Arithmetic
 @section Mathematical Constants
 
 @DOCSTRING(I)