CALCULATOR




Java script: prog6_calc.java
Author: Ashwin Prakash
Bioinformatics Lab, Department of Medicine
HSC, University of Toledo, Toledo, Ohio, USA
written January, 2011
Contact ashwin.prakash@rockets.utoledo.edu

LICENSE: GPL version 3 or later


The program provides a web based GUI for a simple implementation of a calculator applet
The user can enter numerical values within the text area in the applet and execute mathematical
operators to obtain results of these calculations within the above mentioned text area.
The calculator also provides certain scientific functions such as log, ln, etc.
The applet also houses a random number generator which can be executed using the "rand" button
The applet also includes a Memory function which can be used to store one number, which can be
retreived later and used for further calculations.

Download CODE