When you cant find a Calculator
by Sanju[ Edit ] 2008-06-19 17:57:28
You can use Javascript instead of your calculator to perform even very complex calculations.
No, you don't have to go to a website with an online calculator to do this. All you have to do is:
> Press
CTRL+L or go to the
"Location" input box.
> Just type
javascript:eval( <your formula> ) and press
ENTER
For Example:
javascript:eval( 5 + 3 )
The answer will be 8.