help-octave
[Top][All Lists]
Advanced

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

Proposed change to help text format


From: Keith Goodman
Subject: Proposed change to help text format
Date: Mon, 30 May 2005 19:02:58 -0700

Current format followed by two proposed formats. (BTW, what does "see
*Note Linear Algebra::." mean?)

---------------------------------------------------------------------
octave:1> help log
log is a built-in mapper function

 -- Mapping Function:  log (X)
     Compute the natural logarithm for each element of X.  To compute
     the matrix logarithm, see *Note Linear Algebra::.
   See also: log2, log10, logspace, and exp.


---------------------------------------------------------------------
octave:2> help log
log (X)
   Compute the natural logarithm for each element of X.  To compute
   the matrix logarithm, see *Note Linear Algebra::.
  
   See also: log2, log10, logspace, and exp.

---------------------------------------------------------------------
octave:3> help log
log (X)
   Compute the natural logarithm for each element of X.  To compute
   the matrix logarithm, see *Note Linear Algebra::.

   log is a built-in mapper function.
  
   See also: log2, log10, logspace, and exp.

---------------------------------------------------------------------



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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