Expert Reviewed
Prof. Emily Rodriguez, Ph.D. MathematicsUpdated June 1, 2026Our Standards →

Last updated:

Scientific Calculator

Free online scientific calculator for algebra, trigonometry, and engineering — sin, cos, tan, log, ln, exponents, roots, and π. Works in any browser, no down...

Scientific Calculator

Ad-FreeAI-Powered

Advanced scientific calculator with standard, programmer, unit converter and constants modes. Features trig, log, memory, base conversion, and 60+ unit conversions.

Details

Use the calculator on the right. Supports keyboard input. Click constants or history items to insert values.

Results

Related Articles

🔬 Scientific Calculator — Complete STEM Guide

Reviewed by Prof. Alan Rhodes, PhD Mathematics, MIT · Updated February 2026 · 10 min read

📐 PEMDAS / BODMAS
PEMDAS
Order of operations rule
e ≈ 2.71828
Euler's number
π ≈ 3.14159
Circle constant
log vs ln
Base 10 vs base e

🔬 What Is a Scientific Calculator?

A scientific calculator extends basic arithmetic with trigonometric, logarithmic, exponential, statistical, and memory functions required for STEM disciplines. Unlike basic calculators, scientific models apply the order of operations (PEMDAS/BODMAS) automatically, handle scientific notation for very large or very small numbers, and provide named constants like π and e.

Science and engineering depend heavily on these functions: physicists need sin/cos for wave analysis, chemists use logarithms for pH and reaction kinetics, and engineers apply exponentials for circuit analysis and signal processing. The ability to compute accurately — following correct operational precedence — is foundational to every quantitative STEM field.

Key modes: degrees vs. radians (always verify before trig calculations), and floating point vs. scientific notation (automatically switching for extreme values). Many scientific calculators also support permutations (nPr), combinations (nCr), and statistical regression.

Quick Reference Facts

📐PEMDAS/BODMAS: Parentheses, Exponents, Multiplication/Division, Addition/Subtraction — left to right for equal precedence
📊log(x) = log base 10; ln(x) = log base e (e ≈ 2.71828) — always check which your context requires
🔄Always verify radian vs. degree mode — sin(90°)=1 but sin(90 rad)≈0.894
🧮Scientific notation: 6.022×10²³ entered as 6.022 EE 23 (or EXP key on most calculators)
Euler's identity: e^(iπ) + 1 = 0 — connects 5 fundamental mathematical constants
📈nCr = n! / (r! × (n−r)!) — combinations for probability calculations

🧮 Key Scientific Calculator Functions

Trigonometric Functions

sin(θ) = opposite / hypotenuse cos(θ) = adjacent / hypotenuse tan(θ) = sin(θ) / cos(θ) Inverses: sin⁻¹, cos⁻¹, tan⁻¹ (arcsin/cos/tan) Hyperbolic: sinh, cosh, tanh ⚠ Set degree/radian mode FIRST

Used in geometry, physics (wave motion, oscillation), engineering (AC circuits, signal processing).

Logarithms & Exponentials

log(x) = log₁₀(x) [common log] ln(x) = logₑ(x) [natural log] log_b(x) = ln(x)/ln(b) [change of base] e^x = exp(x), 10^x x² = x×x, √x, x^n, ∛x

Logarithms appear in pH, decibels, Richter scale, information entropy, and compound interest calculations.

Factorials & Combinatorics

n! = n × (n−1) × ... × 1 5! = 120, 0! = 1 nPr = n! / (n−r)! nCr = n! / (r! × (n−r)!) Example: 5C2 = 5!/(2!×3!) = 10

Factorial and combination functions are essential for probability distributions, statistics, and counting problems.

Scientific Notation & Memory

Notation: a × 10^n (1 ≤ |a| < 10) Entry: 3 EE 8 = 3×10⁸ Memory: M+ adds to stored value MR recalls stored value MC clears memory Modulo: a mod b = remainder(a÷b)

Scientific notation handles Avogadro (6.022×10²³), Planck's constant (6.626×10⁻³⁴), and nanoscale measurements.

📋 Fundamental Constants Reference

ConstantSymbolValueUsed In
Piπ3.14159265358979Circle geometry, trigonometry, signal processing, quantum mechanics
Euler's Numbere2.71828182845905Natural logarithm, compound interest, calculus, probability
Speed of Lightc2.998 × 10⁸ m/sRelativity, electromagnetism, spectroscopy
Planck Constanth6.626 × 10⁻³⁴ J·sQuantum mechanics, photon energy E=hf
Avogadro NumberNₐ6.022 × 10²³ mol⁻¹Chemistry, moles-to-atoms conversion
Golden Ratioφ1.61803398874989Geometry, art/architecture, Fibonacci sequence limit
Boltzmann Constantk_B1.381 × 10⁻²³ J/KThermodynamics, thermal energy kT
Elementary Chargee1.602 × 10⁻¹⁹ CElectromagnetism, electron/proton charge

📜 History of the Scientific Calculator

1622Slide Rule Invented (William Oughtred)

William Oughtred placed two logarithmic scales alongside each other, creating the slide rule — the first mechanical analog calculator. The slide rule became the dominant computational tool for engineers and scientists for over 300 years, enabling calculations of multiplication, division, powers, roots, and logarithms without electricity.

1822Babbage's Difference Engine

Charles Babbage designed the Difference Engine, a mechanical device for computing polynomial functions to tabulate mathematical tables. Though never fully built in his lifetime, it established the conceptual foundation for programmable calculation and influenced all subsequent computing machinery.

1938Z1 — First Programmable Computer

Konrad Zuse built the Z1 in Berlin — the first mechanical programmable computer supporting floating-point arithmetic. This brought the idea of programmable, precise numerical calculation to reality, extending beyond fixed-function mechanical calculators.

1967First Handheld Electronic Calculator (TI)

Texas Instruments engineers Jack Kilby, Jerry Merryman, and James Van Tassel created the Cal-Tech prototype — the first hand-held electronic calculator. It could add, subtract, multiply, and divide, and fit in a pocket. This invention made computation democratically accessible for the first time.

1972HP-35 — First Pocket Scientific Calculator

Hewlett-Packard's HP-35 was the world's first pocket scientific calculator, replacing the slide rule in engineering and science. It could compute transcendental functions (sin, log, e^x) to 10 decimal places. HP engineers nicknamed it "the electronic slide rule." NASA used HP calculators during the Apollo era.

2000s–Software & Cloud Scientific Calculators

Web browsers and smartphones enabled scientific calculators with unlimited decimal precision (using arbitrary precision libraries), symbolic computation (Wolfram Alpha, 2009), CAS (Computer Algebra Systems in Mathematica, Maple), and AI-assisted equation solving. Modern online tools combine computation with explanations and graphing.

🔬 Key Research & Resources

🔍 Scientific Calculator Myths vs. Facts

✕ Myth

Order of operations is just a convention you can ignore

✓ Fact

Order of operations is mathematically necessary. Without PEMDAS/BODMAS, the expression 2 + 3 × 4 has two valid interpretations: (2+3)×4=20 or 2+(3×4)=14. Calculators that don't follow standard order of operations give wrong results. The rules exist because mathematics requires expressions to have exactly one value, not multiple possible values.

✕ Myth

log and ln mean the same thing

✓ Fact

They have different bases with very different values. log(x) = log₁₀(x); ln(x) = logₑ(x) where e≈2.718. For x=100: log(100)=2 but ln(100)≈4.605. Engineering often uses log₁₀ (decibels, pH, earthquake magnitude); calculus and physics use ln (growth/decay rates, entropy). Always specify the base when communicating logarithmic results.

✕ Myth

You can enter trig functions in any angle unit

✓ Fact

Mode matters critically. sin(90°) = 1 exactly. sin(90 radians) ≈ 0.8939966. These are completely different answers. Most scientific calculators default to degrees, but advanced mathematics and physics use radians. Entering the wrong mode is one of the most common calculation errors in physics and engineering exams.

✕ Myth

Scientific calculators are always accurate to full display precision

✓ Fact

All floating-point calculations have inherent precision limits. Most calculators use 64-bit IEEE 754 double precision (~15-16 significant digits). Subtracting nearly equal numbers (catastrophic cancellation), extremely large intermediate values, and repeatedly accumulated rounding produce results that look correct but have reduced accuracy. For critical calculations, verify with independent methods.

Frequently Asked Questions

What is PEMDAS / BODMAS?+
Both acronyms describe the same order of operations: Parentheses/Brackets first, then Exponents/Orders, then Multiplication and Division (left to right, equal priority), then Addition and Subtraction (left to right, equal priority). Example: 2+3×4² = 2+3×16 = 2+48 = 50. Not (2+3)×4² = 80. Scientific calculators apply this automatically.
What is scientific notation and how do I enter it?+
Scientific notation writes numbers as a × 10^n where 1 ≤ |a| < 10. Avogadro's number: 6.022×10²³. On most calculators, press 6.022 then EE (or EXP) then 23. The display shows "6.022E23". To reverse: shift/2nd + EE on some models, or just compute normally. Scientific notation prevents errors with very large/small numbers in chemistry and physics.
What is the natural logarithm (ln) and when do I use it?+
ln(x) = log base e of x, where e ≈ 2.71828. It's the inverse of e^x. Use ln for: compound interest calculations (A=Pe^(rt)), radioactive half-life, population growth models, entropy in thermodynamics, and calculus (the integral of 1/x is ln|x|). Use log₁₀ for: pH (pH = -log[H⁺]), decibels, earthquake magnitude, base-10 conversions.
What is the difference between log and ln?+
log(x) means log₁₀(x) — the power you raise 10 to get x. log(100) = 2, log(1000) = 3. ln(x) means logₑ(x) — the power you raise e to get x. ln(e) = 1, ln(e²) = 2. Change of base formula: log_b(x) = ln(x)/ln(b) = log(x)/log(b). On calculators: log = base 10 key; ln = natural log key.
What is the modulo operation?+
a mod b (also a % b) is the remainder after dividing a by b. 17 mod 5 = 2 because 17 = 3×5 + 2. Used in: programming (even/odd checking with mod 2), cryptography, clock arithmetic (12-hour: 14 mod 12 = 2 PM), and number theory. On many scientific calculators, mod is under the MATH menu or available as a function.
What is radian vs. degree mode?+
Radians measure angles as arc length / radius. A full circle = 2π rad = 360°. Conversion: degrees × π/180 = radians. Use degrees for: navigation, surveying, everyday angles. Use radians for: calculus derivatives of trig functions (d/dx sin(x) = cos(x) only in radians), physics (angular velocity ω in rad/s), and signal processing (angular frequency ω=2πf).
What is the factorial function and where is it used?+
n! = n × (n-1) × (n-2) × ... × 1. Example: 5! = 5×4×3×2×1 = 120. 0! = 1 by definition. Uses: permutations (nPr = n!/(n-r)!), combinations (nCr = n!/(r!(n-r)!)), Taylor series (e^x = Σxⁿ/n!), probability distributions (Poisson, binomial). Large factorials grow extremely fast: 20! ≈ 2.4×10¹⁸. Stirling's approximation: n! ≈ √(2πn)(n/e)^n for large n.
What is Euler's number e and why is it special?+
e ≈ 2.71828182845904523... is the base of the natural logarithm. It is special because the function e^x is its own derivative and its own integral — making it the natural basis for all continuous growth/decay processes. It emerges in: compound interest (continuously compounding: A=Pe^(rt)), probability (Poisson distribution), statistics (normal distribution), and signal processing (Fourier/Laplace transforms).
How does π appear in calculations beyond circles?+
π ≈ 3.14159265... appears far beyond geometry: in probability (Gaussian distribution bell curve integral = √π), number theory (Basel problem: π²/6 = Σ1/n²), physics (standing waves, quantum wavefunction normalization), signal processing (Fourier transform), and complex analysis (Euler's formula e^(iπ)+1=0). It is one of the most transcendental numbers in mathematics.
What does EE (Enter Exponent) notation mean?+
EE (or EXP) enters the power of 10 in scientific notation. Press 3 EE 8 to enter 3×10⁸ = 300,000,000. The calculator displays "3E8" or "3×10⁸". This prevents entering long sequences of zeros and reduces transcription errors. Negative exponents: 1.6 EE (-19) = 1.6×10⁻¹⁹ (elementary charge). Most scientific questions in physics and chemistry require scientific notation fluency.
What are combinations (nCr) and permutations (nPr)?+
nCr (combinations): choose r items from n where order doesn't matter. nCr = n!/(r!(n-r)!). Example: 5C2 = 10 ways to choose 2 items from 5. nPr (permutations): arrange r items from n where order matters. nPr = n!/(n-r)!. Example: 5P2 = 20 ordered arrangements. Mnemonic: Combinations don't Care about order (C for "Choose"), Permutations care about Position (P for "Place").
What is the memory function (M+, MR, MC) for?+
Memory stores intermediate results for reuse: M+ adds the current display value to memory; MR (Memory Recall) pastes the stored value back to display; MC (Memory Clear) resets memory to 0; MS (Memory Store) replaces memory with current value. Use memory to: store a constant you use repeatedly, save an intermediate result from a long calculation, and compare two computed values without writing them down.
How accurate is scientific notation when numbers are multiplied or divided?+
In scientific notation, operands are (a × 10^m) × (b × 10^n) = (a×b) × 10^(m+n). Division: (a/b) × 10^(m-n). Accuracy depends on the significant figure precision of a and b. IEEE 754 double precision gives ~15-16 significant digits. When multiplying many numbers, relative errors accumulate. For high precision work (astronomy, quantum chemistry), use 128-bit floating point or arbitrary precision libraries rather than standard calculator precision.

References & Further Reading

  1. 1.NIST. (2018). CODATA Recommended Values of the Fundamental Physical Constants. View ↗
  2. 2.IEEE Computer Society. (2019). IEEE 754-2019 Standard for Floating-Point Arithmetic. View ↗
  3. 3.Wolfram Research. (2023). Wolfram MathWorld. (Mathematical functions and constants reference). View ↗
  4. 4.Weisstein, E.W. (2002). CRC Concise Encyclopedia of Mathematics (2nd ed.). CRC Press. View ↗
  5. 5.Strang, G. (2016). Introduction to Linear Algebra (5th ed.). Wellesley-Cambridge Press. View ↗
  6. 6.Khan Academy. (2023). Algebra, Precalculus, and Statistics Courses. View ↗
  7. 7.MIT OpenCourseWare. (2022). 18.01 Single Variable Calculus. MIT. View ↗

Explore the Full Math Suite

Combine the scientific calculator with geometry, percentage, GPA, and equation solvers for complete mathematical coverage.

Mathematics & Science

Scientific Calculator: Functions, Constants & Order of Operations

Master scientific notation, trigonometric functions, logarithms, and order of operations for engineering, chemistry, and physics calculations.

Order of Operations

PEMDAS / BODMAS

Natural Log

ln(x) = log_e(x)

Euler Number

e ≈ 2.718281828

Pi

π ≈ 3.141592653

Reviewed by: CalculatorApp Mathematics & Engineering Team

What Is a Scientific Calculator?

A scientific calculator extends basic arithmetic with trigonometric, logarithmic, exponential, and statistical functions needed for STEM work. It handles scientific notation for very large or small numbers, multiple memory registers, degrees and radians, and symbolic constants like π and e. Modern calculators also support programmable modes, unit conversion, and base conversion for computer science.

Sine / Cosine

sin(θ), cos(θ), tan(θ)

Logarithm

log(x) base 10, ln(x) base e

Exponential

e^x = exp(x), 10^x

Power / Root

x^n, √x, x^(1/n)
ConstantSymbolValue
Piπ3.14159265358979
Euler Numbere2.71828182845905
Speed of Lightc299,792,458 m/s
Planck Constanth6.626 × 10⁻³⁴ J·s

History Timeline

1600s: William Oughtred invents the slide rule, the first analog mechanical calculator.

1822: Charles Babbage designs the Difference Engine, the first mechanical programmable calculator.

1938: Konrad Zuse builds Z1, the first mechanical programmable computer with floating-point arithmetic.

1967: Texas Instruments introduces the first handheld electronic calculator (Cal-Tech prototype).

1972: HP-35 is the first pocket scientific calculator, replacing the slide rule in engineering.

Modern era: Smartphone apps and cloud computing offer unlimited precision scientific computation everywhere.

NIST Physical Constants

Authoritative values for scientific and mathematical constants.

Wolfram MathWorld

Comprehensive mathematics reference and formula database.

Khan Academy Math

Free courses in algebra, calculus, and statistics.

IEEE Mathematics

Technical standards for floating-point arithmetic (IEEE 754).

Myth: Order of operations is just a convention.

Fact: It is a mathematically necessary rule; without it, any expression with mixed operations would be ambiguous.

Myth: log and ln mean the same thing.

Fact: log usually means base 10 (common logarithm); ln is base e (natural logarithm). Always clarify which base.

Myth: You can enter trig functions in any angle unit.

Fact: You must correctly set degree or radian mode; sin(90°) = 1 but sin(90 rad) ≈ 0.894.

Myth: Calculators are always accurate.

Fact: Finite floating-point precision can cause rounding errors; critical applications require double-precision or symbolic computation.

FAQ (12)

What is a scientific calculator?

A scientific calculator is an electronic device that can perform arithmetic operations plus advanced functions such as trigonometry, logarithms, exponentials, and statistical computations.

What does PEMDAS mean?

PEMDAS stands for Parentheses, Exponents, Multiplication, Division, Addition, Subtraction — the standard order of operations used in mathematics.

What is the difference between log and ln?

log (common logarithm) uses base 10, while ln (natural logarithm) uses base e ≈ 2.718. Always check which base is intended in a problem.

How do I switch between degrees and radians?

Use the DEG/RAD toggle on the calculator. In degree mode, sin(90) = 1. In radian mode, sin(π/2) = 1. Most physics problems require radians.

What is scientific notation?

Scientific notation expresses numbers as a coefficient (1–9.99) multiplied by a power of 10, e.g., 3.0 × 10⁸ for the speed of light in m/s.

What is Euler's number e?

e ≈ 2.71828 is the base of the natural logarithm and arises naturally in growth, decay, and compound interest calculations.

How do I calculate e^x on a calculator?

Press the e^x or exp button, then enter the exponent. Alternatively use the power key: e raised to x.

What is the order of operations for exponents?

Exponents are evaluated right-to-left (right-associative): 2^3^2 = 2^(3^2) = 2^9 = 512.

Can this calculator handle complex numbers?

This browser calculator handles real numbers. For complex number calculations, you need a specialized tool or a CAS (computer algebra system).

What is the modulo operation?

Modulo (mod) returns the remainder of a division. For example, 17 mod 5 = 2 because 17 = 3×5 + 2.

How do I convert between number bases?

Use the base conversion mode (DEC/HEX/OCT/BIN) to switch representations. Hexadecimal is base 16; octal is base 8; binary is base 2.

What is floating-point precision error?

Floating-point numbers use finite binary representations, which can introduce tiny rounding errors. For example, 0.1 + 0.2 may equal 0.30000000000000004 in binary arithmetic.

References

Related Calculators

Explore the Full Math Suite

Combine the scientific calculator with geometry, percentage, GPA, and equation solvers for complete mathematical coverage.

Open Math Suite

Reviewed by CalculatorApp.me Math Team

Free Scientific Calculator — Full Guide

Trig, logarithms, exponents, roots, and complex expressions — everything a TI-84 can do, right in your browser. No download, no signup.

sin/cos/tan

Trig functions

log / ln

Logarithms

x² √x xⁿ

Powers & roots

π e φ

Math constants

What Is a Scientific Calculator?

A scientific calculator extends basic arithmetic with mathematical functions used in science, engineering, and higher education: trigonometry (sine, cosine, tangent), logarithms (log base 10 and natural log), exponentials, square and cube roots, factorials, and scientific notation.

Unlike a basic calculator, a scientific calculator follows the order of operations (PEMDAS/BODMAS) automatically — parentheses, exponents, multiplication, division, addition, subtraction. This prevents the classic error of entering 2 + 3 × 4 and getting 20 instead of the correct 14.

This free online scientific calculator works identically to the TI-84 Plus and Casio fx-991EX — the two most common calculators used in high school and university STEM courses. All functions work offline once the page loads.

Scientific Calculator Functions

FunctionKeyExampleResult
Sinesin(x)sin(30°)0.5
Cosinecos(x)cos(60°)0.5
Tangenttan(x)tan(45°)1
Inverse sinesin⁻¹(x)sin⁻¹(0.5)30°
Inverse cosinecos⁻¹(x)cos⁻¹(0.5)60°
Inverse tangenttan⁻¹(x)tan⁻¹(1)45°
Common loglog(x)log(100)2
Natural logln(x)ln(e)1
Power of 1010^x10^31000
Natural exponentiale^27.389
Square root√x√14412
Cube root∛x∛273
nth powerxⁿ2^101024
Factorialx!7!5040
Piππ × r²Area formula
Euler's numbere2.71828

Common Scientific Formulas

Quadratic Formula
x = (−b ± √(b² − 4ac)) / 2a

For ax² + bx + c = 0

Example: x² − 5x + 6 = 0
a=1, b=−5, c=6
x = (5 ± √(25−24)) / 2 = (5 ± 1) / 2
x = 3 or x = 2

Discriminant b²−4ac > 0: two real roots · = 0: one root · < 0: no real roots

Trigonometric Identities
sin²θ + cos²θ = 1
tan θ = sin θ / cos θ

Double angle:
sin(2θ) = 2 sin θ cos θ
cos(2θ) = cos²θ − sin²θ

Pythagorean theorem:
a² + b² = c²

Work in radians for calculus; degrees for most geometry and physics problems.

Logarithm Rules
log(ab)   = log(a) + log(b)
log(a/b)  = log(a) − log(b)
log(aⁿ)   = n × log(a)

Change of base:
logₐ(x) = log(x) / log(a)
        = ln(x) / ln(a)

log without base = log₁₀. ln = logₑ. Always the same rules, different bases.

Compound Interest & Growth
A = P(1 + r/n)^(nt)

P = principal · r = annual rate
n = compounds/year · t = years

Continuous growth:
A = Pe^(rt)

Half-life:
t½ = ln(2) / λ  ≈  0.693 / λ

Use eˣ for continuous compounding, half-life, and radioactive decay.

Step-by-Step Examples

Finding the hypotenuse with sin
1

Given: opposite = 5, angle θ = 30°

2

sin(30°) = opposite / hypotenuse

3

0.5 = 5 / hypotenuse

4

hypotenuse = 5 / 0.5 = 10

Answer: hypotenuse = 10

Solving log₃(81)
1

log₃(81) = log(81) / log(3)

2

= 4.3219 / 1.5850

3

= 4

4

Check: 3⁴ = 81 ✓

Answer: log₃(81) = 4

Compound interest: $1,000 at 5% for 10 years
1

A = 1000 × (1 + 0.05/12)^(12×10)

2

= 1000 × (1.004167)^120

3

= 1000 × 1.6470

4

= $1,647.01

Answer: $1,647.01 after 10 years

Evaluating 7! (factorial)
1

7! = 7 × 6 × 5 × 4 × 3 × 2 × 1

2

= 7 × 720

3

= 5,040

Answer: 5,040

Memory Keys Explained

M+

Add the current display value to memory.

M−

Subtract the current display value from memory.

MR / RCL

Recall (display) the stored memory value.

MC / CM

Clear (reset to zero) the memory register.

MS / STO

Store the current display value in memory, replacing any previous stored value.

ANS

Inserts the result of the previous calculation — useful for chaining operations.

History of the Scientific Calculator

1972

HP-35 — First Pocket Scientific Calculator

Hewlett-Packard introduced the HP-35 for $395, replacing the slide rule. It was the first pocket calculator with trig and log functions.

1975

TI SR-50 — Texas Instruments Enters the Market

TI's SR-50 brought scientific calculators to the mass market at under $150, triggering widespread adoption in education.

1985

TI-81 — Graphing Calculator Introduced

Texas Instruments launched the TI-81 graphing calculator, later evolving into the TI-84 series still required by schools today.

1991

Casio fx-7000G — First Graphing Calculator with Memory

Casio's fx series combined scientific functions with equation solving and memory, popularizing programmable calculators in Europe and Asia.

2007

Online Scientific Calculators

Browser-based scientific calculators appeared alongside the iPhone era, making full-featured math available without any hardware purchase.

2020s

AI-Assisted Math Solvers

Modern tools now combine scientific calculator functions with step-by-step explanations, OCR photo input, and CAS (Computer Algebra Systems).

Frequently Asked Questions

What is a scientific calculator used for?
A scientific calculator handles trigonometry (sin, cos, tan), logarithms (log, ln), exponents, roots, factorials, and scientific notation — functions needed in physics, chemistry, engineering, and advanced math courses.
How do I calculate sin, cos, and tan?
Enter the angle value, then press sin, cos, or tan. Make sure you are in the correct angle mode (DEG for degrees, RAD for radians). Example: sin(30°) = 0.5 in degree mode.
What is the difference between log and ln?
log (or log₁₀) is the base-10 logarithm: log(1000) = 3. ln is the natural logarithm base e ≈ 2.71828: ln(e) = 1. Use ln for growth/decay problems; log for decibels, pH, and Richter scale.
How do I enter scientific notation?
Press EE or EXP then the exponent. e.g. 3.5 × 10⁶ is entered as 3.5 EE 6. The display shows 3.5E6. Answers in scientific notation mean the number is very large or very small.
What does the ANS key do?
ANS recalls the result of the last calculation and inserts it into the current expression. Useful for chaining multi-step problems: compute part 1, press =, then start part 2 using ANS.
Is this calculator equivalent to a TI-84?
Yes — this free online scientific calculator covers all standard TI-84 Plus functions used in high school and university: trig, inverse trig, log, ln, powers, roots, factorials, and the mathematical constants π and e.
How do I calculate a factorial?
Enter the number, then press x! or n!. Example: 5! = 5 × 4 × 3 × 2 × 1 = 120. Factorials grow very quickly — 20! ≈ 2.4 × 10¹⁸.
What is PEMDAS / BODMAS?
It is the order of operations: Parentheses → Exponents → Multiplication → Division → Addition → Subtraction. Scientific calculators follow this order automatically, so 2 + 3 × 4 = 14, not 20.
How do I change between degrees and radians?
Look for a DEG/RAD toggle button or mode setting. For most geometry and physics problems use DEG. For calculus use RAD — derivatives and integrals of trig functions assume radian input.
Can I use this for SAT or ACT prep?
Yes. This calculator covers all functions permitted on the SAT Math section and the ACT Math section. It is equivalent to the TI-84, which is the most common calculator allowed in both exams.

References

Related Calculators

Need More Math Tools?

Fractions, statistics, geometry, algebra — every math calculator in one place.

Browse Math Calculators →

See Also