changeset 22431:475b4cd1b789

doc: Correct docstring for '.**' operator (bug #48973) * op-kw-docs: Change docstring for element-by-element power operator to be '.**', not '.*' which is multiplication.
author Rik <rik@octave.org>
date Fri, 02 Sep 2016 09:55:07 -0700
parents 18b863e3b1e2
children 1e88747417e6
files libinterp/op-kw-docs
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/op-kw-docs	Fri Sep 02 09:47:47 2016 -0700
+++ b/libinterp/op-kw-docs	Fri Sep 02 09:55:07 2016 -0700
@@ -16,8 +16,6 @@
 ## along with Octave; see the file COPYING.  If not, see
 ## <http://www.gnu.org/licenses/>.
 
-## FIXME: the information in this file is currently duplicated in help.cc.
-
 !
 @c libinterp/parse-tree/oct-parse.in.yy
 -*- texinfo -*-
@@ -225,7 +223,7 @@
 .**
 @c libinterp/parse-tree/oct-parse.in.yy
 -*- texinfo -*-
-@deftypefn {} {} .*
+@deftypefn {} {} .**
 Element by element power operator.  If several complex results are possible,
 returns the one with smallest non-negative argument (angle).  Use
 @code{realpow}, @code{realsqrt}, @code{cbrt}, or @code{nthroot} if a