The ON-LINE CALCULATOR brought to you by
This is a simple scientific calculator. Just type in the formula you want to calculate into the
form below, e.g. 16*(7-2.3), and press enter. A host of special mathematical functions are
implemented:
- exponential function: e.g. exp(2.5)
- powers: to calculate e.g. the third power of 2 type: pow(2,3)
- square root: sqrt
- logarithmic functions: log, log10
- trigonometric functions: sine function ( sin(1.2) ), cos, tan
- inverse functions: asin , acos , atan