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

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

[Octave-bug-tracker] [bug #55208] Incorrect information in documentation


From: Ridge McGhee
Subject: [Octave-bug-tracker] [bug #55208] Incorrect information in documentation, fix and suggestion
Date: Tue, 11 Dec 2018 15:15:25 -0500 (EST)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36

URL:
  <https://savannah.gnu.org/bugs/?55208>

                 Summary: Incorrect information in documentation, fix and
suggestion
                 Project: GNU Octave
            Submitted by: ridgemcghee
            Submitted on: Tue 11 Dec 2018 08:15:23 PM UTC
                Category: Documentation
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: Ridge McGhee
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.4.1
        Operating System: Any

    _______________________________________________________

Details:

In Section 4.1 Matrices, under "fixed_point_format", the following text
appears:


logspace (1, 7, 5)'
ans =

  1.0e+07  *

  0.00000
  0.00003
  0.00100
  0.03162
  1.00000

Notice that the first value appears to be 0 when it is actually 1. Because of
the possibility for confusion you should be careful about enabling
fixed_point_format.


1. The first value is actually 10, not 1.
2. Suggested addition to the paragraph above:


For further clarification, try the following:

fixed_point_format(1);
output_precision(10);
logspace(1, 7, 5)'

fixed_point_format(0);
output_precision(5);
logspace(1, 7, 5)'






    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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