Calculators

Scientific Calculator

A full scientific calculator that runs in your browser: trigonometry, logarithms, powers, roots, factorials, and a running history.

Calculator

Scientific calculator

Degrees

 

History

Your last 20 calculations appear here. Tap one to reuse it.

Everything stays on your device

Expressions are parsed and calculated in your browser. Nothing is uploaded or stored on a server.

How to use the scientific calculator

Type an expression directly, or tap the keypad. The calculator follows standard order of operations: parentheses first, then powers, then multiplication and division, then addition and subtraction. Implicit multiplication works too, so 2(3+4) is read as 2 × (3 + 4).

Supported functions

  • Trigonometry: sin, cos, tan and their inverses asin, acos, atan — in degrees or radians.
  • Logarithms: log (base 10), ln (natural log) and exp for e raised to a power.
  • Powers and roots: ^ for any power, for squares, for square roots.
  • Other: reciprocal (1/x), absolute value, factorial (5!), percent, π and e.

Worked examples

  • sin(30) in degrees mode returns 0.5.
  • 2^10 returns 1024, and 5! returns 120.
  • log(1000) returns 3; ln(e) returns 1.
  • (2+3)*4 - 10/2 returns 15.

Keyboard shortcuts

Numbers and operators type straight into the display. Press Enter or = to calculate, Backspace to delete the last character, and Escape to clear everything.

Good to know

Frequently asked questions

Does the calculator work in degrees or radians?

Both. Use the Degrees / Radians switch above the keypad. Trigonometric functions and their inverses respect the mode you choose.

How is the percent key handled?

A trailing % divides the preceding value by 100, so 50% is 0.5 and 200*15% gives 30.

What happens with an invalid expression?

Nothing breaks. The calculator explains the problem in plain language, such as a missing closing parenthesis, division by zero, or a square root of a negative number.

Is my calculation history saved anywhere?

History lives only in the current browser tab and disappears when you reload or clear it. Nothing is uploaded.