diff doc/interpreter/arith.txi @ 11532:34bb8d38f19f

Add undocumented function cbrt to documentation.
author Rik <octave@nomad.inbox5.com>
date Fri, 14 Jan 2011 14:05:15 -0800
parents f98f925d8e5c
children 862a8e490445
line wrap: on
line diff
--- a/doc/interpreter/arith.txi	Fri Jan 14 15:54:30 2011 -0500
+++ b/doc/interpreter/arith.txi	Fri Jan 14 14:05:15 2011 -0800
@@ -52,25 +52,27 @@
 
 @DOCSTRING(log)
 
+@DOCSTRING(reallog)
+
 @DOCSTRING(log1p)
 
 @DOCSTRING(log10)
 
 @DOCSTRING(log2)
 
-@DOCSTRING(nextpow2)
-
-@DOCSTRING(nthroot)
-
 @DOCSTRING(pow2)
 
-@DOCSTRING(reallog)
+@DOCSTRING(nextpow2)
 
 @DOCSTRING(realpow)
 
+@DOCSTRING(sqrt)
+
 @DOCSTRING(realsqrt)
 
-@DOCSTRING(sqrt)
+@DOCSTRING(cbrt)
+
+@DOCSTRING(nthroot)
 
 @node Complex Arithmetic
 @section Complex Arithmetic