octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #54336] Power operator docstring mentions none


From: anonymous
Subject: [Octave-bug-tracker] [bug #54336] Power operator docstring mentions nonexist function "realroot"
Date: Wed, 18 Jul 2018 22:07:57 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

URL:
  <http://savannah.gnu.org/bugs/?54336>

                 Summary: Power operator docstring mentions nonexist function
"realroot"
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Thu 19 Jul 2018 02:07:56 AM UTC
                Category: Documentation
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Documentation
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.4.0
        Operating System: Any

    _______________________________________________________

Details:

The docstring of operator  ^ **  mentions "realroot" which is not an Octave
function.
According to the docstring of operator  .^ .**  , it seems that it might be
"realpow".


--- a/libinterp/op-kw-docs
+++ b/libinterp/op-kw-docs
@@ -178,7 +178,7 @@
 Power operator.
 
 This may return complex results for real inputs.  Use @code{realsqrt},
address@hidden, @code{nthroot}, or @code{realroot} to obtain real results when
address@hidden, @code{nthroot}, or @code{realpow} to obtain real results when
 possible.
 @seealso{power, ^, .**, .^, realpow, realsqrt, cbrt, nthroot}
 @end deftypefn
@@ -189,7 +189,7 @@
 Power operator.
 
 This may return complex results for real inputs.  Use @code{realsqrt},
address@hidden, @code{nthroot}, or @code{realroot} to obtain real results when
address@hidden, @code{nthroot}, or @code{realpow} to obtain real results when
 possible.
 @seealso{power, **, .^, .**, realpow, realsqrt, cbrt, nthroot}
 @end deftypefn





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?54336>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]