A full-featured scientific calculator with trigonometry, logarithms, factorials, roots, and constants — ready instantly in your browser. No app to install, no sign-up, completely free.
Last updated: July 2026
A scientific calculator is a step up from the basic four-function calculators most people use for simple arithmetic. Where a basic calculator handles addition, subtraction, multiplication, and division, a scientific calculator adds an entire layer of mathematical capability — trigonometric functions, logarithms, exponentials, roots, factorials, and mathematical constants like π and Euler's number. These are the functions that show up the moment you move beyond everyday arithmetic into any serious technical work.
The first electronic scientific calculator was the HP-35, released in 1972, and it sold for $395 — roughly $2,700 in today's money. It was the first pocket calculator to handle trigonometric functions, and it was considered so impressive that Hewlett-Packard's founders initially thought it would never sell in significant numbers. Within a year, they had sold 100,000 units, and the scientific calculator became standard equipment for engineers, physicists, and students for decades afterward.
Today, a browser-based tool like this one gives you the same capabilities instantly, without spending anything and without installing anything. But understanding what the functions actually do — not just where the buttons are — makes you a much more effective user of the tool.
The answer is a lot broader than most people assume. The obvious users are students in secondary school and university taking physics, chemistry, or mathematics courses. But beyond academia, engineers use trig and logarithms constantly — structural engineers calculating load distribution on beams, electrical engineers working with AC circuits and phase angles, audio engineers working with decibel levels. Pharmacists and chemists use logarithms for pH calculations. Financial analysts use natural logarithms for continuous compound interest. Even carpenters and contractors use basic trigonometry when calculating roof pitches and staircase angles.
If your work or studies ever touches angles, growth rates, exponential decay, signal levels, or anything that does not scale linearly — a scientific calculator is the right tool, and this one has everything you need without the cost of hardware.
The interface follows the same logic as a physical scientific calculator, with a few improvements. Here is how to get the most out of it:
For faster input, the calculator supports full keyboard use. Number keys enter digits, + − * / enter operators, Enter computes the result, Backspace deletes the last character, and Escape or C clears the display entirely. If you type quickly, the keyboard is significantly faster than clicking buttons for most expressions.
The buttons on a scientific calculator can feel intimidating if you have never been properly introduced to what each one does. Here is a plain-English breakdown of every function available on this calculator, with a practical example for each.
Trig functions describe the relationship between the angles and side lengths of a right triangle. If you know an angle, you can find the ratio of any two sides. If you know the ratio, the inverse functions give you the angle back.
| Button | Name | What it does | Example |
|---|---|---|---|
| sin | Sine | Opposite side ÷ hypotenuse | sin(30°) = 0.5 |
| cos | Cosine | Adjacent side ÷ hypotenuse | cos(60°) = 0.5 |
| tan | Tangent | Opposite side ÷ adjacent side | tan(45°) = 1 |
| asin | Arcsine | Inverse sine — finds angle from ratio | asin(0.5) = 30° |
| acos | Arccosine | Inverse cosine — finds angle from ratio | acos(0.5) = 60° |
| atan | Arctangent | Inverse tangent — finds angle from ratio | atan(1) = 45° |
Sinh, cosh, and tanh are the hyperbolic counterparts to the standard trig functions. Where regular trig functions describe a circle, hyperbolic functions describe a hyperbola. They appear in physics (special relativity, catenary curves — the shape a hanging chain makes) and in some areas of engineering. Most students encounter them in calculus or differential equations.
A logarithm answers the question: what exponent do I need to raise this base to, to get that number? The log button computes log base 10 — so log(1000) = 3, because 10³ = 1000. The ln button computes the natural logarithm (base e) — so ln(e) = 1, and ln(100) ≈ 4.605. Logarithms are used everywhere from chemistry (pH = -log[H⁺]) to sound levels (decibels = 10 × log(power ratio)) to financial modeling (continuous compound growth uses e and ln).
The xʸ button inserts a caret (^) operator, letting you raise any number to any power. x² and x³ are shortcuts for squaring and cubing. √ computes the square root — to find cube roots or other roots, remember that ∛n = n^(1/3), so you can type the number, press xʸ, then type (1/3).
π (pi) is approximately 3.14159265... and appears anywhere circular or periodic motion is involved — circumferences, areas, wave equations, and Fourier analysis. e (Euler's number) is approximately 2.71828... and is the base of natural growth — it appears in compound interest, population growth, radioactive decay, and the solutions to countless differential equations. Both are available as buttons so you do not need to type the approximation manually.
The factorial of a number n is the product of all positive integers from 1 to n. So 5! = 5 × 4 × 3 × 2 × 1 = 120. Factorials are used in combinatorics and probability — for example, the number of ways to arrange 5 books on a shelf is 5! = 120. They grow very fast: 10! is 3,628,800 and 20! is over 2 quintillion. Enter the integer, then click x!.
This is the single most common source of errors when using a scientific calculator, and it trips up students and professionals alike. The DEG/RAD toggle at the top of this calculator controls how trig functions interpret angle inputs — and getting it wrong gives you a completely wrong answer with no obvious indication that something went wrong.
Degrees divide a full circle into 360 equal parts. Radians measure angles as a ratio of arc length to radius — a full circle is 2π radians, which is approximately 6.283. To convert: multiply degrees by π/180 to get radians, or multiply radians by 180/π to get degrees. The two common reference points are 90° = π/2 ≈ 1.5708 radians, and 180° = π ≈ 3.14159 radians.
In everyday contexts — navigation, construction, basic geometry, surveying — angles are almost always given in degrees. If someone asks you the angle of a ramp, a roof slope, or a compass bearing, that number is in degrees. For these problems, set the calculator to DEG mode. A quick sanity check: sin(90°) should equal exactly 1. If you get something else, you are in the wrong mode.
In calculus, physics, and most of engineering mathematics, radians are the natural unit. The derivative of sin(x) with respect to x is cos(x) only when x is in radians — in degrees, a conversion factor appears that complicates everything. Fourier analysis, differential equations, wave functions, and circular motion all work more cleanly in radians. If your textbook or formula sheet does not specify a unit, radians is the correct assumption in higher mathematics.
Abstract function descriptions are useful, but concrete examples make the difference. Here are real problems across different fields that this calculator handles directly.
A roof has a rise of 6 feet over a run of 12 feet. What is the pitch angle in degrees? Use atan(6/12) in degree mode. The answer is atan(0.5) ≈ 26.57°. This is the angle the roof makes with the horizontal — useful for cutting rafters and calculating material lengths. Switch to DEG mode first, type atan(6/12), press equals.
A solution has a hydrogen ion concentration of 0.0025 mol/L. What is the pH? pH = -log(0.0025). Type -log(0.0025) — press minus, then log(, type 0.0025, close bracket, press equals. Answer: approximately 2.60. This is a mildly acidic solution — consistent with something like vinegar.
You invest $10,000 at 5% annual interest compounded continuously. What is it worth after 10 years? Formula: A = Pe^(rt) = 10000 × e^(0.05 × 10). Type 10000*e^(0.5) and press equals. Answer: approximately $16,487. The e button makes this trivial to compute.
A simple pendulum is 2 metres long. What is its period (time for one complete swing)? Formula: T = 2π√(L/g) where g = 9.81 m/s². Type 2*pi*sqrt(2/9.81) and press equals. Answer: approximately 2.84 seconds per swing. This kind of calculation used to require log tables — here it is a single line.
The natural logarithm appears constantly in statistics and probability, particularly in the formulas for normal distribution, Poisson distribution, and information entropy. If you are checking a textbook calculation or verifying a spreadsheet formula, being able to quickly evaluate ln(2), ln(0.5), or ln(e²) here saves switching between applications.
A ship travels 30 km north and 40 km east. What is the total distance and bearing from the start point? Distance = sqrt(30²+40²) = sqrt(900+1600) = sqrt(2500) = 50 km. Bearing = atan(40/30) in degree mode ≈ 53.13° east of north. Both calculations done in under thirty seconds with this tool.
Choose DEG or RAD before any trig calculation. Wrong mode is the most common cause of unexpected results.
Click buttons or use your keyboard. Trig functions auto-insert the opening bracket — close it before pressing equals.
Press = or Enter for the result. The history panel logs every calculation for easy reference during multi-step work.
Practical answers about using the calculator and the mathematics behind it.