A complete walkthrough of every button on a scientific calculator — trigonometric, logarithmic, exponential, and memory functions — with a worked example for each.
Published August 21, 2026 · Reviewed by the Ihsabha Editorial Team
A scientific calculator can look intimidating the first time you pick one up — rows of small buttons labeled sin, log, xʸ, and EXP, none of which appear on the calculator app most people grow up using. In reality, every one of those buttons does something specific and learnable, and once the layout clicks, a scientific calculator becomes faster and more reliable than working through the same problem by hand. This guide walks through every major function on a standard scientific calculator, what it's for, and exactly how to use it, so nothing on the keypad stays a mystery.
A basic four-function calculator handles addition, subtraction, multiplication, and division — the operations most people need for everyday arithmetic. A scientific calculator adds everything needed for algebra, trigonometry, and basic statistics: trigonometric functions, logarithms and exponents, roots beyond the square root, permutations and combinations, memory registers, fraction handling, and the ability to enter numbers in scientific notation. Just as importantly, a genuine scientific calculator applies the correct order of operations automatically, so an expression like 3 + 4 × 2 is evaluated as 3 + 8 = 11, not (3 + 4) × 2 = 14 — a detail plenty of basic calculators get wrong. You may also find it useful to check How to Calculate a Tip: The Complete Tip Percentage Guide, which covers a related angle. Try the Scientific Calculator to run these numbers with your own figures.
Before electronic calculators, scientists and engineers relied on printed logarithm tables and slide rules to handle trigonometry, logarithms, and exponents — tools that required real skill to use accurately and offered only limited precision. The first handheld electronic scientific calculator, the Hewlett-Packard HP-35, was released in 1972 and was explicitly designed to replace the slide rule, packing trig, log, and exponential functions into a device that fit in a shirt pocket. Prices dropped quickly through the 1970s as competitors entered the market, and by the early 1980s scientific calculators had become standard, affordable equipment in classrooms worldwide — a role they still fill today, now joined by free browser-based versions that offer the same core function set.
Most modern scientific calculators use algebraic entry, where an expression is typed in roughly the order it's written on paper — 3, +, 4, =, for example. A smaller number of calculators, historically popular with engineers and still favored by some professionals, use RPN (Reverse Polish Notation) instead, where operands are entered first and the operator is pressed afterward, with no equals sign needed: 3, ENTER, 4, +. RPN eliminates the need for parentheses in many expressions and can be faster for complex, multi-step calculations once the entry pattern becomes automatic, though it has a steeper learning curve for first-time users. Nearly all online and everyday scientific calculators, including Ihsabha's, use standard algebraic entry, since it matches how expressions are written and read.
The four basic keys — +, −, ×, ÷ — work the same way they do on any calculator, but a scientific calculator respects the standard order of operations (PEMDAS/BODMAS): parentheses first, then exponents and roots, then multiplication and division from left to right, then addition and subtraction from left to right. This means you can type a long expression exactly as it's written on paper — 2 + 3 × (4 − 1)² — and trust the calculator to evaluate it correctly, rather than having to manually compute each piece in the right sequence yourself. Parentheses keys, usually marked ( and ), let you force a specific grouping whenever the default order isn't what you need.
Before doing any trigonometry, a scientific calculator needs to know whether angles are being entered in degrees or radians. This is set through a MODE or SHIFT+SETUP menu, usually showing DEG, RAD, and sometimes GRAD as options, and the active mode is typically displayed as a small letter near the top of the screen. Getting this wrong is one of the most common calculator mistakes — computing sin(30) in radian mode gives a completely different (and wrong) answer than sin(30) in degree mode, since 30 radians and 30 degrees describe very different angles. Always glance at the mode indicator before a trigonometry calculation.
The sin, cos, and tan keys compute the sine, cosine, and tangent of an angle — the three core trigonometric ratios used in geometry, physics, and engineering. Enter the angle first (in the correct mode), then press the function key: typing 30 then sin returns 0.5, confirming that sin(30°) = 0.5. Most calculators also provide the inverse functions — sin⁻¹, cos⁻¹, tan⁻¹ — usually accessed with a SHIFT or 2ND key before the trig button, which work backward from a ratio to find the angle that produced it. For example, sin⁻¹(0.5) returns 30, telling you which angle has a sine of exactly 0.5. If you want to go further, How to Calculate Percentage Off: Discount & Sale Price Formula explains this point in more depth.
The log key computes a base-10 logarithm, and ln computes a natural logarithm (base e, approximately 2.71828). Their inverses — 10^x and e^x — reverse the operation, raising 10 or e to whatever power is entered. These four keys are what let a calculator solve equations where the unknown sits inside an exponent, such as working out how long an investment takes to double or how quickly a radioactive sample decays. The full rule set governing how these functions combine — the product rule, quotient rule, and change-of-base formula — is covered in Ihsabha's exponent and logarithm rules guide. Rather than working this out by hand every time, the Scientific Calculator can handle the whole calculation for you.
Several keys handle powers and roots beyond simple multiplication. x² squares the displayed number instantly, while x³ cubes it. The more general xʸ (sometimes shown as ^) key raises a number to any exponent: typing 2, then xʸ, then 5, then = computes 2⁵ = 32. The square root key √ and cube root key ³√ reverse the corresponding power, and on most models an x⁻¹ or 1/x key instantly computes the reciprocal of the displayed value — useful for resistor networks, lens equations, and any formula built around reciprocals.
Very large or very small numbers are cumbersome to type digit by digit, so scientific calculators include an EXP or EE key that enters a power-of-ten multiplier directly. Typing 6.02, then EXP, then 23 enters 6.02 × 10²³ (Avogadro's number) in a single sequence, without typing "× 10^" manually. This is different from the xʸ key — EXP is specifically a shortcut for powers of ten used as a multiplier, while xʸ raises any base to any exponent. The full mechanics of reading, writing, and converting numbers in and out of this format are covered in Ihsabha's scientific notation guide.
Memory keys let a calculator hold a value in the background while other calculations run on the main display. M+ adds the currently displayed number to whatever is stored in memory, M− subtracts it, MR (memory recall) brings the stored value back onto the display, and MC (memory clear) resets it to zero. This is especially useful for running totals — adding up several intermediate results from different calculations without writing each one down on paper — or for storing a constant, like a tax rate or a conversion factor, that gets reused across several steps of a longer problem.
Many scientific calculators include a dedicated fraction key, often shown as a b/c or □/□, which lets fractions be entered and displayed in their exact form — 3/4 stays as 3/4 rather than converting immediately to 0.75. This matters when a problem specifically calls for a fraction answer, or when working with mixed numbers, since the calculator can add, subtract, multiply, and divide fractions while automatically simplifying the result to lowest terms. A toggle key (often labeled with the same fraction icon, or S⇔D) switches the displayed answer between fraction form and decimal form without needing to re-enter the problem. It's also worth reading How to Calculate Percentage Error: Formula, Steps & Worked Examples if this situation applies to you.
Parentheses keys let complex, multi-step expressions be typed exactly as they appear on paper. For an expression like (5 + 3) ÷ (2² − 2), typing it directly with parentheses — including nested ones when needed — guarantees the calculator groups the terms correctly rather than guessing at the intended structure. Most scientific calculators support several levels of nested parentheses, and it's good practice to count opening and closing brackets before pressing = on a long expression, since a missing closing parenthesis is one of the most common sources of an unexpected answer.
Many scientific calculators include a statistics mode (often entered through MODE, then STAT) that accepts a list of data values and returns summary statistics like the mean, standard deviation, and sum, without requiring each formula to be typed out by hand. After entering the data set, dedicated keys typically labeled x̄ (mean) and σx or sx (standard deviation) return the results directly. This mode is a fast way to summarize a small data set — test scores, measurements, survey responses — without switching to a spreadsheet.
Most scientific calculators include three closely related keys for counting problems: x! (factorial), nPr (permutations), and nCr (combinations). The factorial key multiplies a number by every positive integer below it — 5! = 5 × 4 × 3 × 2 × 1 = 120 — and shows up constantly in probability calculations. nPr counts the number of ways to arrange r items out of n when order matters (like ranking the top 3 finishers out of 10 runners), while nCr counts the number of ways to choose r items out of n when order doesn't matter (like picking a 3-person committee out of 10 people). To use them, enter n first, press the function key, then enter r: typing 10, then nCr, then 3, then = returns 120, the number of possible 3-person groups from 10 people. For an instant, practical check, the Scientific Calculator is ready to go.
The ANS key recalls the result of the previous calculation, letting a new expression reuse it without retyping the number. This is especially useful for multi-step problems where each stage depends on the last — computing a result, then immediately squaring it, dividing it by another value, or feeding it into a trig function, all by pressing ANS instead of copying digits by hand. Some calculators also keep a scrollable history of recent calculations, accessible with an up/down arrow, which makes it easy to double-check an earlier step or reuse a value from several calculations back.
Beyond standard scientific notation, many scientific calculators offer an engineering notation mode, where the exponent is always a multiple of 3 (matching metric prefixes like kilo-, mega-, and milli-). In this mode, 45,000 displays as 45 × 10³ rather than 4.5 × 10⁴, which lines up directly with "45 kilo-" in electronics and engineering contexts. A separate FIX or SCI setting controls how many decimal places or significant figures are shown on screen, which is useful for keeping a long calculation's display readable without affecting the precision of the underlying stored value. For a deeper look, our guide on Order of Operations (PEMDAS/BODMAS): The Complete Guide covers this in more detail.
A dedicated handheld scientific calculator remains the standard for exams that restrict internet-connected devices, since it has no browser, camera, or messaging capability. For everyday use — homework, quick conversions, checking a formula — an online scientific calculator has real advantages: it's always available on any device without batteries or a spare pencil case, it's typically free, and results can be copied directly into a document or spreadsheet. The core functions covered in this guide (trig, logs, powers, memory, notation) work identically on both; the choice mostly comes down to whether the situation calls for an offline, exam-approved device or the convenience of a browser.
| Key | Function | Example |
|---|---|---|
| sin / cos / tan | Trigonometric ratios | sin(30°) = 0.5 |
| sin⁻¹ / cos⁻¹ / tan⁻¹ | Inverse trig (angle from ratio) | sin⁻¹(0.5) = 30° |
| log / ln | Base-10 / natural logarithm | log(100) = 2 |
| 10^x / e^x | Inverse of log / ln | 10^2 = 100 |
| x² / x³ / xʸ | Square / cube / any power | 2 xʸ 5 = 32 |
| √ / ³√ | Square root / cube root | √81 = 9 |
| EXP / EE | ×10 power shortcut | 6.02 EXP 23 = 6.02×10²³ |
| M+ / MR / MC | Add to / recall / clear memory | Running totals |
Skip the manual keystrokes. Ihsabha's Scientific Calculator handles trigonometry, logarithms, powers, roots, and scientific notation instantly, right in your browser, with a full degree/radian toggle built in.
Scientific calculators are standard equipment across a wide range of settings precisely because their function set matches what those settings need. Students use them from middle-school algebra through university-level engineering and physics courses, and most standardized math and science exams explicitly require or permit a scientific (but not graphing or programmable) model. Outside the classroom, tradespeople use the trig functions for roof pitches and angled cuts, lab technicians rely on scientific notation and significant figures when recording measurements, and finance and engineering professionals reach for logarithms and exponents when modeling growth, decay, or compound processes. The same core set of functions covered in this guide underlies all of these use cases — only the specific numbers plugged in change.
A basic calculator only handles the four operations — addition, subtraction, multiplication, and division. A scientific calculator adds trigonometric functions, logarithms and exponents, roots, powers, memory storage, fraction handling, and scientific notation, along with proper order-of-operations logic for multi-step expressions.
EXP (or EE) enters a power-of-ten multiplier so you can key in scientific notation directly. Typing 5 EXP 3 enters 5 × 10³ without needing to type the base 10 or the multiplication sign.
Look for a mode or setup button, often labeled MODE, DRG, or SHIFT + SETUP, then select DEG for degrees or RAD for radians. The current mode is usually shown as a small letter in the display, and it's worth checking before every trigonometry calculation.
x² always squares the displayed number specifically. xʸ (or ^) lets you raise the number to any exponent you choose, entered as a second value after pressing the key, such as 2 xʸ 5 to compute 2⁵.
None of these functions are complicated on their own — the difficulty is usually just not knowing a particular button exists, or forgetting to check the angle mode before a trig calculation. Once the layout is familiar, a scientific calculator turns multi-step algebra, trigonometry, and logarithm problems that would take several lines of handwritten work into a handful of keystrokes, with far less room for arithmetic slips along the way. For a deeper look at two of the most-used functions specifically, see Ihsabha's guides on degrees vs. radians and scientific notation.
Work it out instantly with Ihsabha's Percentage Calculator and Percentage Change Calculator. For related reading on Ihsabha's blog, see Significant Figures: Rules, Examples & How to Round Correctly, Reverse Percentage: How to Find the Original Number and Markup vs. Margin: How to Calculate Each Percentage Correctly.