There is a scientific calculator, includes a Web browser that can help you solve basic calculations, as well as complex expressions mathematics.
Probably you use the Google search box in your browser as instant calculator, but there's another Calculator in your Web browser, which also works offline. You can use this calculator built-in browser for basic computing, mathematics, or even to solve complex expressions containing trigonometry and logarithmic functions.
This calculator can be found under the developer tools that are now a standard feature of all browsers, including Chrome, Firefox and IE.
Your browser can perform calculations, including complex
In Google Chrome, press Ctrl + Shift + J to access the console. The keyboard shortcut is Ctrl + Shift + K to Firefox, while IE, press F12 and then switch to the console tab.
Now you can write any math expression from the command line (see above GIF) and get an instant response. Use the arrow keys up down to move & command history.
If you using a math functions, remember to add the math function name – as Math.sin or Math.log – as shown below. Here are some additional tips for Chrome Dev Tools.
Math: Sqrt (512) + Math. floor ((Math. random () * 100)) Math.sin (45) Math.log (10000, 10) Math.pow (2, 6)
Post a Comment