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

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

[Octave-bug-tracker] [bug #59380] Function cast doesn't imply it returns


From: Rik
Subject: [Octave-bug-tracker] [bug #59380] Function cast doesn't imply it returns a value
Date: Thu, 29 Oct 2020 11:14:39 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.75 Safari/537.36

Update of bug #59380 (project octave):

                 Release:                  6.0.92 => dev                    

    _______________________________________________________

Follow-up Comment #3:

This is probably a general problem with the documentation.  Taking a look at
sind.m I see


-- sind (X)
     Compute the sine for each element of X in degrees.


By Octave conventions, it is understood that X is not changed and that sind
returns a value.  It would be a big shift, but it would be clearer to show


-- Y = sind (X)
     Compute the sine for each element of X in degrees.


where the return value is explicitly shown in the documentation.

If the Octave project wants to take this step it will be a large one.  For
that reason, I'm changing the Release from 6.0.92 to dev.  This can't be fixed
with the limited amount of time before the 6.1 release.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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