Make your own free website on Tripod.com
Calculator - using Javascript and CSS

Your Input
Input 1:N/A
Operator:N/A
Input 2:N/A
Answer:N/A
Memory
Stored Value:N/A

Explanation of all features:

+Performs the addition operation when the equals button is pressed.
-Performs the subtraction operation when the equals button is pressed.
*Performs the multiplication operation when the equals button is pressed.
/Performs the division operation when the equals button is pressed.
=Performs the requested operation.
+/-Changes the sign of the value on the screen.
.Adds a decimal point to the value on the screen.
CClears the value on the screen.
CEClears all user input except the value stored in memory.
MSStores the value on screen in memory.
M+Adds the value on screen to the value in memory.
M-Subtracts the value on screen from the value in memory.
M*Multiplies the value on screen with the value in memory.
M/Divides the stored value in memory by the value on the screen.
MRCRecalls the value in memory to the screen.
MCClears the value in memory.
Performs the square root operation.
%Performs the percentage operation.
x^2Squares the value on screen.
x^3Cubes the value on screen.
cosPerforms the cosine operation.
sinPerforms the sine operation.
tanPerforms the tangent operation.