SEARCH W7R

Thursday, April 05, 2012

Accurate Value of E or PI Instantly



All you do to get the values for these mathematical constants is copy and past the whole line that starts with "javascript:" into a browsers URL bar and press enter.

 The word javascript and colon MUST BE included. If you have turned off the setting for javascript execution on webpages then you will have to change the setting before achieving a successful run.

For The Value PI (3.14.....)

javascript: alert("pi = "Math.PI);

For the Value of E (2.174....)

javascript: alert("e = "+Math.E);




No comments: