Ignore:
Timestamp:
07/23/09 11:18:49 (15 years ago)
Author:
smasson
Message:

update documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_assistant_output/Utilities/linearequation.html

    r338 r402  
    136136 
    137137    <h3>Examples</h3><pre> 
    138  IDL> abc=linearequation(complex(1,2),[3,4]) 
    139  IDL> print, abc[0]*1+abc[1]*2+abc[2] 
     138 
     139   IDL> abc=linearequation(complex(1,2),[3,4]) 
     140   IDL> print, abc[0]*1+abc[1]*2+abc[2] 
    140141 0.00000 
    141142 
     
    143144     
    144145    <h4>Version</h4> 
    145  $Id: linearequation.pro 325 2007-12-06 10:04:53Z pinsard $ 
     146 $Id: linearequation.pro 371 2008-08-07 09:32:02Z pinsard $ 
    146147 
    147148    <h4>History</h4> 
Note: See TracChangeset for help on using the changeset viewer.