Scientific Calculator
0
Scientific Calculator — Guide & Functions
This free online scientific calculator supports trigonometric functions, logarithms, powers, roots, and the mathematical constants π and e. Use the on-screen keypad or type your expression directly.
Supported functions
| Function | Syntax | Example | Result |
|---|---|---|---|
| Sine | sin(x) | sin(30°) | 0.5 (in degrees) |
| Cosine | cos(x) | cos(0) | 1 |
| Tangent | tan(x) | tan(45°) | 1 |
| Square root | sqrt(x) | sqrt(16) | 4 |
| Cube root | cbrt(x) | cbrt(27) | 3 |
| Power | x^n | 2^10 | 1024 |
| Log base 10 | log(x) | log(100) | 2 |
| Natural log | ln(x) | ln(e) | 1 |
| Absolute value | abs(x) | abs(-7) | 7 |
| Pi constant | pi | 2*pi | 6.2832… |
| Euler's number | e | e^2 | 7.389… |
Common scientific formulas
Quadratic formula
x = (−b ± √(b² − 4ac)) / (2a) — enter as: sqrt(b^2 - 4*a*c)
Pythagorean theorem
c = √(a² + b²) — enter as: sqrt(a^2 + b^2)
Euler's identity
eiπ + 1 = 0 — one of the most beautiful equations in mathematics, linking e, π, i, 1, and 0.
References
- Abramowitz, M. & Stegun, I.A. (1964). Handbook of Mathematical Functions. National Bureau of Standards.
- Stewart, J. (2015). Calculus: Early Transcendentals (8th ed.). Cengage Learning.
