Inverse Composition Rules: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 32: Line 32:
   <td>&nbsp;</td>
   <td>&nbsp;</td>
   <td><input type="radio" name="g" value="asin" checked onChange="change(g,this)"></td>
   <td><input type="radio" name="g" value="asin" checked onChange="change(g,this)"></td>
   <td><input type="radio" name="g" value="acos"        onChange="change(g,this)></td>
   <td><input type="radio" name="g" value="acos"        onChange="change(g,this)"></td>
   <td><input type="radio" name="g" value="atan"        onChange="change(g,this)></td>
   <td><input type="radio" name="g" value="atan"        onChange="change(g,this)"></td>
   <td><input type="radio" name="g" value="sqrt"        onChange="change(g,this)></td>
   <td><input type="radio" name="g" value="sqrt"        onChange="change(g,this)"></td>
   <td><input type="radio" name="g" value="asinh"        onChange="change(g,this)></td>
   <td><input type="radio" name="g" value="asinh"        onChange="change(g,this)"></td>
   <td><input type="radio" name="g" value="log"          onChange="change(g,this)></td>
   <td><input type="radio" name="g" value="log"          onChange="change(g,this)"></td>
  </tr>
  </tr>
</table>
</table>

Revision as of 13:30, 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