Inverse Composition Rules: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 13: Line 13:
  <tr>
  <tr>
   <td>&nbsp;</td>
   <td>&nbsp;</td>
   <td><input type="radio" name="f" value="sin"></td>
   <td><input type="radio" name="f" value="sin" checked></td>
   <td><input type="radio" name="f" value="cos"></td>
   <td><input type="radio" name="f" value="cos"></td>
   <td><input type="radio" name="f" value="tan"></td>
   <td><input type="radio" name="f" value="tan"></td>
Line 31: Line 31:
  <tr>
  <tr>
   <td>&nbsp;</td>
   <td>&nbsp;</td>
   <td><input type="radio" name="g" value="sin"></td>
   <td><input type="radio" name="g" value="asin" checked></td>
   <td><input type="radio" name="g" value="cos"></td>
   <td><input type="radio" name="g" value="acos"></td>
   <td><input type="radio" name="g" value="tan"></td>
   <td><input type="radio" name="g" value="atan"></td>
   <td><input type="radio" name="g" value="sqrt"></td>
   <td><input type="radio" name="g" value="sqrt"></td>
   <td><input type="radio" name="g" value="asinh"></td>
   <td><input type="radio" name="g" value="asinh"></td>

Revision as of 13:12, 19 June 2009

f(x) sin(x) cos(x) tan(x) x2 sinh(x) exp(x)
 
g(x) arcsin(x) arccos(x) arctan(x) √(x) arcsinh(x) log(x)
 

The underlying JavaScript code