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

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

[Octave-bug-tracker] [bug #47184] Error in documentation for function RA


From: Sharad Shrestha
Subject: [Octave-bug-tracker] [bug #47184] Error in documentation for function RAD2DEG in Octave-Forge
Date: Wed, 17 Feb 2016 23:13:22 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36

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

                 Summary: Error in documentation for function RAD2DEG in
Octave-Forge
                 Project: GNU Octave
            Submitted by: sharad
            Submitted on: Wed 17 Feb 2016 11:13:21 PM GMT
                Category: Documentation
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Documentation
                  Status: None
             Assigned to: None
         Originator Name: sharad
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.0
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

The documentation for the function RAD2DEG in Octave-Forge
(http://octave.sourceforge.net/nurbs/function/rad2deg.html) contains the
following text:

""""""""""
RAD2DEG: Convert radians to degrees.
 
 Calling Sequence:
 
   rad = rad2deg(deg);
 
 INPUT:
 
   rad          : Angle in radians.

 OUTPUT:

   deg          : Angle in degrees.
 
""""""""

The correct calling sequence should be:

""""""""""
   deg = rad2deg(rad);
""""""""""

Thanks,
Sharad




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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