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

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

[Octave-bug-tracker] [bug #56062] Strange result solving a simple proble


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #56062] Strange result solving a simple problem
Date: Tue, 2 Apr 2019 16:33:27 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36

Update of bug #56062 (project octave):

                  Status:                    None => Invalid                
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

Thank you for your bug report. I'm not sure what you think the bug is, but it
would be helpful if you looked a little deeper and explain what you think an
expected result is versus what result Octave returns.

These sub-expressions are definitely not the same thing


(8 - 3 * sqrt (21)) ^ (1/3)

-abs (8 - 3 * sqrt (21)) ^ (1/3)


because the exponent operator is evaluated before the leading negative
operator. I think you may have meant


(-abs (8 - 3 * sqrt (21))) ^ (1/3)


Closing this report as invalid. If you have questions about using Octave,
please use the help mailing list
(https://lists.gnu.org/mailman/listinfo/help-octave) instead of filing a bug
report.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?56062>

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




reply via email to

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