Sponsored Links
In the display window of the calculator below you write the complete mathematical expressions before calculation. This feature is very handy, especially when working with long complicated formulas. The values and expressions can be typed by using either keyboard or calculator buttons and the expressions can be reused and modified by accessing the history tab.
Note that the calculator relies on the syntax of javascript. The constants and the syntax for the mathematical functions are explained below.
Some simple expressions:
- 23 = pow(2,3) = 8
- log(3) = 1.099
- 2 * (3 + 2) = 10
A more complicated formula for calculating the pressure drop in compressed air pipe lines (using same values as the link)
Note that the expressions can be written in any editor and transferred to the calculator display by using "copy and paste".

This calculator can handle input numbers in several different bases:
^ is a bitwise xor operation. To raise a number to a power use pow() function.
to ostermiller.org for providing this calculator under the terms of the GNU General Public License as quoted below:
"This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your option) any
later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details."
Sponsored Links
Sponsored Links
SketchUp Engineering ToolBox - enabled for use with the amazing, fun and free Google SketchUp.
© The Engineering ToolBox 2005
8 5 9