Scientific Calculator with Functions

Result

0

Working

Scientific expressions are parsed with operator precedence, functions, constants, and the selected angle mode.

No calculation yet = 0

  1. Step 1Read expression

    No calculation yet

    Parentheses and functions are evaluated before the final arithmetic result.

  2. Step 2Apply angle mode

    Trigonometry mode: DEG

    DEG treats trig inputs as degrees. RAD treats trig inputs as radians.

  3. Step 3Evaluate

    No calculation yet = 0

    Current live preview: 0

Further explanation

Powers, roots, logarithms, factorials, and parentheses follow standard scientific calculator precedence.

Ans reuses the previous result so a multi-step calculation can continue without retyping.

Functions, constants, and expression order

Set the angle mode and make the intended operation order explicit

Scientific expressions follow operator precedence: evaluate parentheses and functions, then powers, multiplication or division, and addition or subtraction. Add parentheses whenever the intended grouping could be ambiguous, especially around fractions, exponents, and negative values.

Degree and radian modes change trigonometric results. In DEG mode sin(30) = 0.5; in RAD mode sin(pi/6) = 0.5. Inverse trigonometric results also use the selected mode, so record it when copying an answer.

Functions have real-number domain limits. Division by zero, log(0), log of a negative number, an even root of a negative number, or factorial of a negative or non-integer input is undefined in this calculator.

ReferenceValue or meaning
Degree examplesin(30) = 0.5 in DEG mode
Radian examplesin(pi/6) = 0.5 in RAD mode
Natural logarithmln(e) = 1
Base-10 logarithmlog(1000) = 3
Order example2 + 3 x 4 = 14, while (2 + 3) x 4 = 20

Checks before using the result

  • Choose DEG or RAD before evaluating trigonometric expressions.
  • Use parentheses to show the numerator, denominator, exponent, or function argument clearly.
  • Distinguish base-10 log from natural logarithm ln.
  • Estimate the expected sign and magnitude before trusting a copied result.

Sources and related tools

Math guide

How to use the Scientific Calculator

Evaluate scientific expressions with explicit operator precedence, functions, constants, and previous-answer reuse. Choose degree or radian mode before trigonometry and use parentheses when grouping matters.

  1. 1

    Set the angle mode

    Choose DEG for degree inputs or RAD for radian inputs before using trigonometric or inverse-trigonometric functions.

  2. 2

    Build the expression

    Use parentheses, powers, roots, logarithms, constants, factorials, and Ans to make the intended operation order explicit.

  3. 3

    Sanity-check the result

    Estimate the expected sign and magnitude, then check function domains and the selected angle mode before copying the answer.