[Jspro-cvs] jsPro/docs math.html,1.9,1.10
Brought to you by:
wigleys
|
From: <wi...@us...> - 2003-10-06 12:21:36
|
Update of /cvsroot/jspro/jsPro/docs
In directory sc8-pr-cvs1:/tmp/cvs-serv20844/docs
Modified Files:
math.html
Log Message:
8 new mathematical methods
Index: math.html
===================================================================
RCS file: /cvsroot/jspro/jsPro/docs/math.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** math.html 24 Sep 2003 13:10:23 -0000 1.9
--- math.html 6 Oct 2003 12:21:32 -0000 1.10
***************
*** 59,62 ****
--- 59,68 ----
</tr>
<tr>
+ <td>Math.acov()</td>
+ <td><input id="acov1" name="input" type="text" size="5" /></td>
+ <td><input id="acov" type="button" value="Calculate >" onclick="oTest.evaluateMethod(this, 'Math')" /></td>
+ <td><input id="acovResult" name="output" type="text" size="30" readonly="readonly" /></td>
+ </tr>
+ <tr>
<td>Math.acsc()</td>
<td><input id="acsc1" name="input" type="text" size="5" /></td>
***************
*** 71,74 ****
--- 77,92 ----
</tr>
<tr>
+ <td>Math.aexsec()</td>
+ <td><input id="aexsec1" name="input" type="text" size="5" /></td>
+ <td><input id="aexsec" type="button" value="Calculate >" onclick="oTest.evaluateMethod(this, 'Math')" /></td>
+ <td><input id="aexsecResult" name="output" type="text" size="30" readonly="readonly" /></td>
+ </tr>
+ <tr>
+ <td>Math.ahav()</td>
+ <td><input id="ahav1" name="input" type="text" size="5" /></td>
+ <td><input id="ahav" type="button" value="Calculate >" onclick="oTest.evaluateMethod(this, 'Math')" /></td>
+ <td><input id="ahavResult" name="output" type="text" size="30" readonly="readonly" /></td>
+ </tr>
+ <tr>
<td>Math.approx()</td>
<td>
***************
*** 114,117 ****
--- 132,141 ----
</tr>
<tr>
+ <td>Math.avers()</td>
+ <td><input id="avers1" name="input" type="text" size="5" /></td>
+ <td><input id="avers" type="button" value="Calculate >" onclick="oTest.evaluateMethod(this, 'Math')" /></td>
+ <td><input id="aversResult" name="output" type="text" size="30" readonly="readonly" /></td>
+ </tr>
+ <tr>
<td>Math.baseConvert()</td>
<td>
***************
*** 142,145 ****
--- 166,175 ----
</tr>
<tr>
+ <td>Math.coexsec()</td>
+ <td><input id="coexsec1" name="input" type="text" size="5" /></td>
+ <td><input id="coexsec" type="button" value="Calculate >" onclick="oTest.evaluateMethod(this, 'Math')" /></td>
+ <td><input id="coexsecResult" name="output" type="text" size="30" readonly="readonly" /></td>
+ </tr>
+ <tr>
<td>Math.cosh()</td>
<td><input id="cosh1" name="input" type="text" size="5" /></td>
***************
*** 226,229 ****
--- 256,265 ----
</tr>
<tr>
+ <td>Math.factorial()</td>
+ <td><input id="factorial1" name="input" type="text" size="5" /></td>
+ <td><input id="factorial" type="button" value="Calculate >" onclick="oTest.evaluateMethod(this, 'Math')" /></td>
+ <td><input id="factorialResult" name="output" type="text" size="30" readonly="readonly" /></td>
+ </tr>
+ <tr>
<td>Math.fibonacci()</td>
<td><input id="fibonacci1" name="input" type="text" size="5" /></td>
***************
*** 259,262 ****
--- 295,304 ----
</tr>
<tr>
+ <td>Math.hac()</td>
+ <td><input id="hac1" name="input" type="text" size="5" /></td>
+ <td><input id="hac" type="button" value="Calculate >" onclick="oTest.evaluateMethod(this, 'Math')" /></td>
+ <td><input id="hacResult" name="output" type="text" size="30" readonly="readonly" /></td>
+ </tr>
+ <tr>
<td>Math.hav()</td>
<td><input id="hav1" name="input" type="text" size="5" /></td>
***************
*** 341,344 ****
--- 383,392 ----
<td><input id="luhn" type="button" value="Calculate >" onclick="oTest.evaluateMethod(this, 'Math')" /></td>
<td><input id="luhnResult" name="output" type="text" size="30" readonly="readonly" /></td>
+ </tr>
+ <tr>
+ <td>Math.mantissa()</td>
+ <td><input id="mantissa1" name="input" type="text" size="5" /></td>
+ <td><input id="mantissa" type="button" value="Calculate >" onclick="oTest.evaluateMethod(this, 'Math')" /></td>
+ <td><input id="mantissaResult" name="output" type="text" size="30" readonly="readonly" /></td>
</tr>
<tr>
|