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: Rik
Subject: [Octave-bug-tracker] [bug #55208] Incorrect information in documentation, fix and suggestion
Date: Tue, 11 Dec 2018 18:39:16 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063

Update of bug #55208 (project octave):

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

    _______________________________________________________

Follow-up Comment #1:

The output assumes that you have used "fixed_point_format (true)".  See this
session from Octave


octave:1> logspace (1, 7, 5)'
ans =

         10.00000
        316.22777
      10000.00000
     316227.76602
   10000000.00000

octave:2> fixed_point_format (true)
octave:3> logspace (1, 7, 5)'
ans =

  1.0e+07 *

   0.00000
   0.00003
   0.00100
   0.03162
   1.00000


I added the extra command in to the documentation in this changeset ().

Marking as fixed and closing report.



    _______________________________________________________

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]