Standard calculator that lets you type in, then
evaluate, an expression. For example, you could type 25*34 using
the numbers. Then click = to see the result. Follows the standard
order of precedence. For example 10+5*3 results in 25.
(when you click the = button.) Whereas (10+5)*3 results in 45.
Use the C button to clear, Bk to backspace.
|