diff scripts/specfun/nthroot.m @ 11532:34bb8d38f19f

Add undocumented function cbrt to documentation.
author Rik <octave@nomad.inbox5.com>
date Fri, 14 Jan 2011 14:05:15 -0800
parents fd0a3ac60b0e
children c792872f8942
line wrap: on
line diff
--- a/scripts/specfun/nthroot.m	Fri Jan 14 15:54:30 2011 -0500
+++ b/scripts/specfun/nthroot.m	Fri Jan 14 14:05:15 2011 -0800
@@ -37,7 +37,7 @@
 ## 
 ## @var{n} must be a scalar.  If @var{n} is not an even integer and @var{X} has
 ## negative entries, an error is produced.
-##
+## @seealso{realsqrt, sqrt, cbrt}
 ## @end deftypefn
 
 function y = nthroot (x, n)