Description: SimpleCalc is an easy to
use Java Calculator with advanced functions. You can use
the mouse or the keyboard and then press the [=] button
or press enter to evaluate. For the more advanced
functions like sin() or tan() you'll have to use the
keyboard. Press the 'info' button above to read about all
the functions.
HTML code of the applet:
<applet code="Calculator.class"
width=250 height=155>
</applet>
|