Javascript Calculator

This is a simple calculator you can use to do all kind of calculations you might need. Write some mathematical expression e.g. 1+2*3 and press Calculate to get the result. If your expression has problems, you get an error dialog.

Expression:
=


Examples of supported functions:

Examples of supported named constants:

All the functions and mathmetical constants of Javascript Math library are in use. There are some differences how well old browsers implemented JavaScripts, but the listed functions should work with all modern browsers.