Pages - Menu

Tuesday, January 03, 2012

How To Solve Maths Equations Using Opera Mini

This is one of the numerous gift and latest invention of a javascript. I noticed this on one of my friends' blog and I want to share it with friends out there that will find it very useful. This will help you solve equations and problems when you are using your opera mini. If you are a student, then you will definitely enjoy this and thank me later. LOL

solve equations using operamini.
* addition
javascript:alert(a+b)
* subtraction
javascript:alert(a-b)
* multiply
javascript:alert(a*b)
* divide
javascript:alert(a/b)
*modules i.e the remainder of the integer division of a number by 5
javascript:alert(a%b)
* sin
javascript:alert(math.sin(a))
* cos
javascript:alert(math.cos(a))
* tan
javascript:alert(math.tan(a))
* square root
javascript:alert(math.sqrt(a))

All you have to do is to insert any of these codes into your address url on your opera mini. And VIOLA! you will get the result right away.

0 comments:

Post a Comment