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