Calculator
Calculator
Insert calculation and click "Calculate"
Calculate
History
Enter your calculation and press 'Calculate'
A simple calculator written in JavaScript.
Here you can find more universal constants: Universal Constants
| Name | Input | Value | possibly JavaScript |
|---|---|---|---|
| Last Input | Ans | ||
| Euler's Number | e | 2.718281828459045 | Math.E |
| Absoluter Value | Abs | Math.abs | |
| Pi | pi | 3.141592653589793 | Math.PI |
| Natural Logarithm | ln() | Math.log() | |
| Logarithm (base = 10) | log() | Math.log10() | |
| Square Root | sqrt() | Math.sqrt() | |
| Sine | Sin() | Math.sin() | |
| Cosine | Cos() | Math.cos() | |
| Tangent | Tan() | Math.tan() | |
| Arcsine | Arcsin() | Math.arcsin() | |
| Arccosine | Arccos() | Math.arccos() | |
| Gas Constant | R | 8.31446261815324 | |
| Boltzmann Constant | kB | 1.380649*10^-23 | |
| Avogadro Constant | NA | 6.02214076*10^23 |