=Calculator Hub

Scientific Calculator

A full scientific calculator in your browser: trigonometry, logarithms, powers, roots, factorials and constants, with live results as you type. Use the keypad or your keyboard — everything runs locally and nothing you enter leaves your device.

0

How to use this calculator

Function reference

KeyMeaningExample
sin cos tanTrigonometric functions (respects DEG/RAD)sin(30) = 0.5 in DEG
asin acos atanInverse trig — returns an angle in the current modeatan(1) = 45 in DEG
lnNatural logarithm (base e)ln(e) = 1
logCommon logarithm (base 10)log(1000) = 3
Square root√(25) = 5
^Power (right-associative)2^10 = 1024
Square7x² key → 7^2 = 49
1/xReciprocal5 then 1/x → 0.2
!Factorial (whole numbers up to 170)5! = 120
%Percent — divides by 100200×15% = 30
π, eConstants pi and Euler's number2π ≈ 6.2832

Order of operations

The calculator follows standard mathematical precedence: parentheses first, then factorial and percent, then powers (evaluated right-to-left, so 3^2^2 = 3^(2^2) = 81), then unary minus, then multiplication and division, then addition and subtraction.

Note that −3² is read as −(3²) = −9, matching maths convention. Use (−3)² if you mean the square of negative three. Implicit multiplication is supported: 2π, 3(4+1) and (2)(3) all work.

DEG vs RAD — which should I use?

Degrees (DEG) divide a circle into 360 parts and are what most people use day to day — geometry homework, headings, slopes. Radians (RAD) tie angles to the circle's radius and are the natural unit in calculus and physics; a full circle is 2π radians.

The most common wrong-answer cause on any scientific calculator is being in the wrong mode. If sin(30) shows −0.988 instead of 0.5, you are in RAD mode.

Frequently asked questions

Why does sin(30) give a strange number?
You are almost certainly in RAD mode. Switch to DEG and sin(30) = 0.5. Degrees and radians are different angle units, so the mode must match how you express the angle.
Can I type with my keyboard?
Yes. Digits, + - * / ^ ( ) . ! %, Enter for equals, Backspace to delete the last character, and Esc to clear everything.
How precise are the results?
Calculations use double-precision floating point (about 15–16 significant digits) and results are cleaned to 13 significant digits, so 0.1 + 0.2 correctly shows 0.3.
What does the ANS key do?
It inserts the result of your previous calculation, so you can build on it — for example 25 × 4 =, then ANS + 10 gives 110.
Is my data sent to a server?
No. The whole calculator runs in your browser. Expressions and results are never uploaded, and history only lives on this page until you leave.
This tool is provided for general information only. Verify important figures independently. · Last reviewed: August 25, 2026