Ignore:
Timestamp:
03/21/07 10:14:37 (17 years ago)
Author:
pinsard
Message:

new idldoc html and assistant outputs

File:
1 edited

Legend:

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

    r200 r234  
    6161    </dl> 
    6262 
    63       
     63     
    6464 Calculate a linear equation of the type ax+by+c=0 
    6565 thanks to coordinates of 2 points. 
     
    7272      <a name="#_linearequation"></a> 
    7373 
    74       <h2>linearequation  <font size="-1" color="#006633">  
    75 Utilities 
    76  </font></h2> 
     74      <h2>linearequation  <font size="-1" color="#006633"> 
     75 Utilities 
     76</font></h2> 
    7777 
    7878      <p><font face="Courier"><i>result = </i>linearequation(<i><a href="#_linearequation_keyword_point1">point1</a>, <a href="#_linearequation_keyword_point2">point2</a></i>)</font></p> 
     
    8181 
    8282 
    83     <h3>Return value</h3>  
    84  abc is a table of dimension 3, number_of_straight_line,  
     83    <h3>Return value</h3> 
     84 abc is a table of dimension 3, number_of_straight_line, 
    8585 where for each line of the table we obtain the 3 parameters 
    8686 a, b and c of the linear equation ax+by+c=0 
     
    103103    </h4> 
    104104 
    105       
    106  This is the first point of(the) straight line(s) whose we want to calculate  
     105     
     106 This is the first point of(the) straight line(s) whose we want to calculate 
    107107 equation(s) 
    108108 
     
    121121    </h4> 
    122122 
    123       
     123     
    124124 This is the second point of(the) straight line(s) whose we want to calculate 
    125125 equation(s) 
     
    135135     
    136136 
    137     <h3>Examples</h3>  
     137    <h3>Examples</h3><pre> 
    138138 IDL> abc=linearequation(complex(1,2),[3,4]) 
    139139 IDL> print, abc[0]*1+abc[1]*2+abc[2] 
    140140 0.00000 
    141141 
    142     <h3>Version history</h3> 
     142    </pre><h3>Version history</h3> 
    143143     
    144     <h4>Version</h4> $Id: linearequation.pro 163 2006-08-29 12:59:46Z navarro $ 
     144    <h4>Version</h4> 
     145 $Id: linearequation.pro 231 2007-03-19 17:15:51Z pinsard $ 
    145146 
    146     <h4>History</h4> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     147    <h4>History</h4> 
     148 Sebastien Masson (smasson@lodyc.jussieu.fr) 
    147149          10 juin 2000 
    148150 
Note: See TracChangeset for help on using the changeset viewer.