[Jspro-cvs] jsPro/docs math.html,1.10,1.11
Brought to you by:
wigleys
|
From: <wi...@us...> - 2003-10-13 08:57:50
|
Update of /cvsroot/jspro/jsPro/docs
In directory sc8-pr-cvs1:/tmp/cvs-serv31570/docs
Modified Files:
math.html
Log Message:
three new math methods - versh(), covh(), havh()
Index: math.html
===================================================================
RCS file: /cvsroot/jspro/jsPro/docs/math.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** math.html 6 Oct 2003 12:21:32 -0000 1.10
--- math.html 13 Oct 2003 08:57:46 -0000 1.11
***************
*** 196,199 ****
--- 196,205 ----
</tr>
<tr>
+ <td>Math.covh()</td>
+ <td><input id="covh1" name="input" type="text" size="5" /></td>
+ <td><input id="covh" type="button" value="Calculate >" onclick="oTest.evaluateMethod(this, 'Math')" /></td>
+ <td><input id="covhResult" name="output" type="text" size="30" readonly="readonly" /></td>
+ </tr>
+ <tr>
<td>Math.csc()</td>
<td><input id="csc1" name="input" type="text" size="5" /></td>
***************
*** 307,310 ****
--- 313,322 ----
</tr>
<tr>
+ <td>Math.havh()</td>
+ <td><input id="havh1" name="input" type="text" size="5" /></td>
+ <td><input id="havh" type="button" value="Calculate >" onclick="oTest.evaluateMethod(this, 'Math')" /></td>
+ <td><input id="havhResult" name="output" type="text" size="30" readonly="readonly" /></td>
+ </tr>
+ <tr>
<td>Math.hex2bin()</td>
<td><input id="hex2bin1" name="input" type="text" size="5" /></td>
***************
*** 485,488 ****
--- 497,506 ----
<td><input id="vers" type="button" value="Calculate >" onclick="oTest.evaluateMethod(this, 'Math')" /></td>
<td><input id="versResult" name="output" type="text" size="30" readonly="readonly" /></td>
+ </tr>
+ <tr>
+ <td>Math.versh()</td>
+ <td><input id="versh1" name="input" type="text" size="5" /></td>
+ <td><input id="versh" type="button" value="Calculate >" onclick="oTest.evaluateMethod(this, 'Math')" /></td>
+ <td><input id="vershResult" name="output" type="text" size="30" readonly="readonly" /></td>
</tr>
</tbody>
|