Scientific Calculator

Scientific Basic
0

A scientific calculator is the instrument you reach for the moment arithmetic stops being arithmetic — when a problem asks for a sine, a logarithm, a factorial, or an expression with brackets tucked inside brackets. The calculator above is a complete one, running entirely in your browser: no download, no sign-up, nothing to install. Type an expression, press equals, and the answer appears with the working preserved above it.

I have spent enough years marking exam papers to know where students lose marks, and it is rarely the hard step. It is a mis-typed digit that cannot be corrected, a calculator that quietly evaluates left to right and ignores the order of operations, or a machine stuck in radians when the question was in degrees. This online scientific calculator was built with those failures in mind. It follows BODMAS strictly, it shows you the whole expression before it commits to an answer, it lets you fix a single character instead of starting over, and it keeps every result in a history panel you can tap and reuse.

Free online scientific calculator by Monkza with trigonometry, logarithm and factorial keys and a live calculation history

What follows is a proper tour: what every key does, the mathematics behind the ones people misuse, and an honest comparison with the other scientific calculators on the web. If you only need the four operations and a percentage key, the simpler online basic calculator will serve you better. Everything else you might need sits on the Monkza tools page.

What This Scientific Calculator Can Do

The keypad is arranged the way a physical scientific calculator is arranged, because muscle memory is worth respecting. The functions occupy the upper block, the digits and operators the lower one, and nothing shifts around as you type.

Group Keys What they are for
Trigonometry sin, cos, tan, sin⁻¹, cos⁻¹, tan⁻¹, Deg / Rad Angles and their inverses, in degrees or radians
Logarithms & exponentials ln, log, eˣ, 10ˣ, 2ˣ, e Natural and base-10 logs, growth and decay, computing
Powers & roots x², x³, xʸ, √, ∛ Squares, cubes, any power, square and cube roots
Combinatorics x!, nCr, nPr Factorials, combinations and permutations for probability
Everyday tools %, mod, 1/x, |x|, +/−, Ï€, EXP, Ans Percentages, remainders, reciprocals, constants, scientific notation
Editing ( ), ⇤, AC, CE, = Brackets, backspace, clearing, evaluating

How Each Key Behaves

Trigonometry and the Degree/Radian Trap

Pressing sin opens a bracket for you: the display reads sin( and waits. Type the angle and press equals; the closing bracket is added automatically if you forget. The one thing that genuinely matters here is the Deg / Rad switch at the top left, and it is the single most common source of wrong answers in trigonometry. In degrees, sin(30) is exactly 0.5. In radians, sin(30) is roughly −0.988. Both are correct; only one answers the question in front of you. School and engineering problems are usually in degrees; calculus and anything involving Ï€ is in radians. The active mode is always highlighted, so a glance is enough to confirm.

A small refinement worth mentioning: sin(180°) returns a clean 0 here, not the 1.2246×10⁻¹⁶ that many web calculators display. That number is floating-point residue, not mathematics, and it has no business appearing on a screen. Similarly, tan(90°) reports an error, because the tangent is genuinely undefined there — a calculator that answers with a huge number is lying to you politely.

Logarithms and Exponentials

ln is the natural logarithm, base e; log is base 10. Students mix them up constantly, so here is the memory hook: log counts zeros (log 1000 = 3), while ln answers "how long does it take to grow?" — the language of compound interest, radioactive decay and population models. Their partners eË£ and 10Ë£ undo them; 2Ë£ earns its place because computing lives in powers of two. Need a logarithm in some other base? The change-of-base formula does it in one line: log(x) ÷ log(b). For instance, log₂(1024) is typed as log(1024) ÷ log(2), giving 10.

Powers, Roots, and Why 2^3^2 Is 512

and are shortcuts; xʸ is the general power. Roots are just fractional powers, which means a single key covers all of them: the fifth root of 32 is 32 xʸ ( 1 ÷ 5 ), which returns 2. Dedicated and keys are there for convenience, and the cube root handles negatives properly — the cube root of −8 is −2, a result several online calculators refuse or get wrong.

Here is a test worth running on any calculator you are asked to trust. Type 2 xʸ 3 xʸ 2. The correct answer is 512, because exponentiation is right-associative: it means 2^(3^2) = 2⁹. A calculator that returns 64 has evaluated (2³)² and is silently rewriting your mathematics. This one returns 512.

Factorials, Combinations, and Permutations

x! multiplies every whole number down from your value: 5! = 120. The two keys beside it are the ones I most often wish web calculators had.

nCr counts selections where order is irrelevant. Choosing 3 people from 10 for a committee: 10 nCr 3 = 120, because a committee of Ram, Sita and Mohan is the same committee however you list them. nPr counts arrangements where order matters. Filling the posts of president, secretary and treasurer from those same 10 people: 10 nPr 3 = 720, six times as many, because each chosen trio can be assigned to the three posts in 3! = 6 ways. That relationship — nPr = nCr × r! — is worth remembering, and this calculator satisfies it exactly.

These keys open up real problems. The number of possible five-card poker hands is 52 nCr 5 = 2,598,960. A six-number lottery from 49 balls has 49 nCr 6 = 13,983,816 outcomes, which is precisely why you are not going to win it.

Modulo, Percentages, EXP and Ans

mod returns the remainder after division: 17 mod 5 = 2. It answers questions like "today is Tuesday, what day is it in 100 days?" (100 mod 7 = 2, so Thursday) and it is the backbone of parity checks and clock arithmetic. Note that this calculator implements the true mathematical modulo, so −17 mod 5 gives 3, not −2 — a distinction that matters in number theory and that most consumer calculators get wrong.

% is treated the way mathematics treats it: as division by one hundred. So 18% is literally 0.18, and the GST on ₹2,499 is typed 2499 × 18% = 449.82. A 20% discount in a single line: 1299 × ( 1 − 20% ) = 1039.20.

EXP is scientific notation for entry. Avogadro's number is 6.022 EXP 23, not twenty-three keystrokes of zeros. Ans recalls your last answer, and if you begin a new line with an operator, the previous answer is inserted automatically — the natural way people actually calculate, one step feeding the next.

The Calculation History: The Feature That Changes How You Work

Every completed calculation is filed into the history panel. On a desktop it opens beside the calculator; on mobile the clock icon slides it over the keypad. Two things make it more than a log.

Tap an expression and it loads back into the calculator, fully editable. Realise the exponent should have been 4 rather than 3? Fix that one character and press equals again, instead of retyping twenty keystrokes. Tap a result and that number drops into whatever you are working on now. I have not found another free scientific calculator on the web that lets you re-open a past calculation for editing, and once you have used it, its absence elsewhere feels like an oversight.

Your calculations never leave your device. The history lives in the browser tab for the session and clears itself on refresh — nothing is uploaded, stored or tracked.

How This Compares With Other Online Scientific Calculators

Capability This scientific calculator Typical online calculator
Editable calculation historyYes — tap to re-open and correctRare; usually read-only or absent
nCr and nPr keysYesOften missing (only x! provided)
2^3^2 evaluated correctly (512)Yes, right-associativeMany return 64
sin(180°) displayed as 0Yes, floating-point noise removedOften shows 1.22e-16
tan(90°) handled honestlyReports an error, as it shouldFrequently prints a vast number
True modulo for negatives−17 mod 5 = 3Usually −2
Full keyboard entryYes, including ^ and !Partial
Download, sign-up or ads to dismissNoneVaries

I am not going to pretend this replaces a Casio fx-991 for every purpose. It does not do statistics modes, matrices, complex numbers or symbolic integration. What it does cover is the mathematics that the overwhelming majority of students, teachers, engineers and analysts actually reach for in a day — and it covers that mathematics correctly, which is a claim fewer free calculators can honestly make.

Worked Examples

Problem Type this Answer
Area of a triangle, two sides 8 and 11 with a 37° angle between0.5 × 8 × 11 × sin(37)26.48
Third side by the cosine rule (a=5, b=7, C=60°)√( 5 xʸ 2 + 7 xʸ 2 − 2 × 5 × 7 × cos(60) )6.24
₹10,000 at 5% compounded for 10 years10000 × ( 1 + 5% ) xʸ 1016,288.95
Half-life: 100 mg after 3 half-lives100 × ( 2 1/x ) xʸ 312.5
pH of a 0.0001 M solutionlog(0.0001) = then +/−4
Probability of exactly 3 heads in 10 coin tosses( 10 nCr 3 ) × 0.5 xʸ 100.1172
What day is it in 100 days, if today is Tuesday?100 mod 72 (Thursday)

Working Faster

On a computer, keep your hands on the keyboard. The digits, + − * /, brackets, the decimal point, ^ for powers and ! for factorials all work directly. Enter is equals, Backspace deletes a character, Escape clears everything. Click the calculator once so your typing goes to it rather than to the page.

Learn the three erasers, because they are not interchangeable. Backspace removes a single character — and pressed just after a result, it makes that result editable, turning 300 into 30. CE clears the entry you are typing but keeps your previous answer intact. AC resets everything. Most wasted keystrokes come from reaching for AC when backspace would have done.

Finally, treat the history as your scratch paper. A long derivation is a chain of small results, and being able to tap back into any link of that chain is what separates a tool from a toy.

Frequently Asked Questions

Is this scientific calculator free to use?
Yes, entirely free. There is no sign-up, no premium tier and nothing to download. It is one of the free tools built and maintained at Monkza.
How do I switch between degrees and radians?
Use the Deg / Rad control at the top left of the keypad. The active mode is highlighted, and it applies to every trigonometric function, including the inverse ones. Degrees is the default.
Why does sin(30) give 0.5 on one calculator and −0.988 on another?
Because one is working in degrees and the other in radians. Both are mathematically correct; they are simply answering different questions. Check the Deg / Rad setting before you trust any trigonometric result.
How do I calculate nCr and nPr?
Type the first number, press nCr or nPr, type the second, then press equals. For example 10 nCr 3 = 120 (selections where order does not matter) and 10 nPr 3 = 720 (arrangements where order does matter).
Can it calculate roots other than square and cube?
Yes. Any root is a fractional power, so use the x^y key: the fifth root of 32 is typed 32 x^y ( 1 / 5 ), which returns 2.
Does it follow BODMAS and the correct order of operations?
Yes. Multiplication and division are performed before addition and subtraction, powers before both, and brackets before everything. Exponentiation is also right-associative, so 2^3^2 correctly returns 512, not 64.
What happens with tan(90°) or division by zero?
You get a clear error message rather than a nonsense number. The tangent of 90 degrees is undefined, and so is division by zero, and a calculator should say so plainly instead of printing a very large value.
Are my calculations saved or sent anywhere?
No. Everything runs inside your browser. The calculation history exists only for the current session and is cleared the moment the page reloads. Nothing is uploaded or tracked.
Does it work on a phone?
Yes, it was designed mobile-first. The keypad fills the screen, the display scrolls sideways for long expressions, and the history opens as a panel over the calculator when you tap the clock icon.
Can it do statistics, matrices or complex numbers?
Not at present. This is a scientific calculator covering trigonometry, logarithms, powers, roots, factorials and combinatorics. Dedicated tools for other areas are being added to the Monkza calculators page.

If this scientific calculator saves you time or spares you a marking error, it has done its work. You will find the rest of our free tools — including the simpler basic calculator , scientific notation calculatorscientific notation calculatorPercent error calculator  on the Monkza calculators page, all built on the same promise: fast, free, and correct.