Math Calculators

Scientific Calculator

Use this scientific calculator to solve a math task around scientific with visible inputs, formula notes, and a reusable example.

Primary answer
Result
Inputs to verify
Expression, Angle mode, and Decimal places
Use type
Use as a direct calculation check.
Keyword intent
scientific calculator

Calculator

Scientific Calculator

Calculates result from expression, angle mode, decimal places. Defaults are filled in so you can review a working example before changing inputs.

Use numbers, + - * / ^, parentheses, pi, e, sqrt, sin, cos, tan, ln, log, abs, exp, and !.

Choose degrees or radians for trigonometric functions.

Round the display result to 0-12 decimal places.

Result

Result reflects the current submitted inputs.

  • Risk A
  • Reviewed 2026-05-26
  • 4 sources
Result1
Rounded result1
Angle modedegrees
Parsed expressionsin(30) + cos(60)
  • Supported functions are sqrt, sin, cos, tan, asin, acos, atan, ln, log, abs, and exp.
  • Constants are pi and e.
  • Degree mode converts trigonometric input angles to radians before calling real-number trig functions.
  • Inverse trigonometric functions return values in the selected angle mode.
  • Factorial accepts non-negative integers from 0 to 170.
  • Complex numbers, graphing, symbolic algebra, and implicit multiplication are out of scope.

Accuracy notes

Risk level
A
Reviewed
2026-05-26
Sources
4
Primary result
Result

Formula logic is kept in a pure calculator module with fixtures, source notes, and page-visible assumptions.

What the result means

Use Result as the headline answer for scientific. Evaluated real-number expression. Use the primary result for the scientific task, then check the secondary outputs for context. Use rounded result, angle mode, and parsed expression to explain why result moved when an input changed. Copy the result only after the inputs, assumptions, and source notes match your case. Check unit handling, rounding, included inputs, excluded inputs, and source version before treating the result as final.

ResultEvaluated real-number expression.
Rounded resultResult rounded to the requested number of decimal places.
Angle modeAngle unit used for trigonometric functions.
Parsed expressionTrimmed expression evaluated by the parser.

Use the result this way

  1. Start with Result, then use supporting outputs only to explain the primary answer.
  2. Verify expression, angle mode, and decimal places before copying the result.
  3. Choose the mode or method first because it can change which formula is applied and stay within the documented minimum and maximum ranges.
  4. Copy the result only after the inputs, assumptions, and source notes match your case.

User job

How to use this calculator

Use Scientific Calculator when you need result, then use rounded result and angle mode to check the context for quick number work, classwork, spreadsheet checks, and explaining a calculation to someone else.

Best for

  • Checking the core numeric relationship
  • Comparing the main result with supporting outputs
  • Reviewing a default example before entering your own expression and angle mode.

Check before relying

  • Confirm sign, decimal, percent, and rounding assumptions before copying the number.
  • Supported functions are sqrt, sin, cos, tan, asin, acos, atan, ln, log, abs, and exp.
  • Constants are pi and e.
  • Source context: MDN Web Docs, reviewed 2026-05-26.

Next useful step

  • Log CalculatorUse next when the number relation task needs logarithm instead of result.
  • Root CalculatorUse next when the number relation task needs real root instead of result.
  • Fraction CalculatorUse next when the number relation comparison needs fraction inputs such as first numerator and first denominator.

Formula

Evaluate real-number scientific expressions with powers, roots, logarithms, trigonometric functions, constants, and factorials. Key assumptions: Supported functions are sqrt, sin, cos, tan, asin, acos, atan, ln, log, abs, and exp. Constants are pi and e. Degree mode converts trigonometric input angles to radians before calling real-number trig functions.

  • Evaluate real-number scientific expressions with powers, roots, logarithms, trigonometric functions, constants, and factorials.
  • Supported functions are sqrt, sin, cos, tan, asin, acos, atan, ln, log, abs, and exp.
  • Constants are pi and e.
  • Primary source context: MDN Web Docs.

Inputs

Enter expression, angle mode, and decimal places for number checks, homework, spreadsheet review, and quick comparisons. Before calculating, choose the mode or method first because it can change which formula is applied and stay within the documented minimum and maximum ranges. Expression: Use numbers, + - * / ^, parentheses, pi, e, sqrt, sin, cos, tan, ln, log, abs, exp, and!. Angle mode: Choose degrees or radians for trigonometric functions. Decimal places: Round the display result to 0-12 decimal places.

ExpressionUse numbers, + - * / ^, parentheses, pi, e, sqrt, sin, cos, tan, ln, log, abs, exp, and !.
Angle modeChoose degrees or radians for trigonometric functions.
Decimal placesRound the display result to 0-12 decimal places.

Example

Using the default inputs, Scientific Calculator returns result of 1. Adjust expression, angle mode, and decimal places to match your own scenario.

FAQ

How is result calculated here?

Evaluate real-number scientific expressions with powers, roots, logarithms, trigonometric functions, constants, and factorials. The first assumption to check is: Supported functions are sqrt, sin, cos, tan, asin, acos, atan, ln, log, abs, and exp.

What does Result mean for scientific?

Use the primary result for the scientific task, then check the secondary outputs for context. Secondary values such as rounded result, angle mode, and parsed expression are there to explain the primary answer, not to replace it.

What should I enter for Expression?

Use numbers, + - * / ^, parentheses, pi, e, sqrt, sin, cos, tan, ln, log, abs, exp, and!. Choose the mode or method first because it can change which formula is applied and stay within the documented minimum and maximum ranges.

How does Angle mode change result?

Choose degrees or radians for trigonometric functions. Changing it can alter result because the formula uses the submitted inputs together. Also compare unit handling, rounding, included inputs, excluded inputs, and source version.

Why does the scientific example show 1 for result?

The default inputs produce 1 for result. Treat that as a format and scale check, then replace every default value with your own inputs.

Why does rounding matter for result?

Rounding affects the displayed answer and can compound if you reuse the number. Keep more precision for intermediate work when the next step depends on it.

Sources

Last reviewed: 2026-05-26

  • Reviewed 2026-05-26
    MathMDN Web Docs. Math.PI, Math.E, square root, trigonometric, inverse trigonometric, logarithmic, absolute value, and exponential functions.
    Scope
    JavaScript Math object reference for real-number functions and constants.
    Supports
    Math.PI, Math.E, square root, trigonometric, inverse trigonometric, logarithmic, absolute value, and exponential functions.
    Limits
    Implementation reference only; this package adds parser limits and validation behavior.
  • Reviewed 2026-05-26
    Precalculus 2e: Unit Circle - Sine and Cosine FunctionsOpenStax, Rice University. Sine and cosine identities and radian/degree angle interpretation.
    Scope
    Educational trigonometry reference.
    Supports
    Sine and cosine identities and radian/degree angle interpretation.
    Limits
    Does not define this package's expression parser or rounding policy.
  • Reviewed 2026-05-26
    College Algebra 2e: Logarithmic FunctionsOpenStax, Rice University. Natural and common logarithm concepts used by ln and log fixtures.
    Scope
    Educational algebra reference for logarithmic functions.
    Supports
    Natural and common logarithm concepts used by ln and log fixtures.
    Limits
    Does not define parser limits or calculator UI behavior.
  • Reviewed 2026-05-26
    College Algebra 2e: Exponents and Scientific NotationOpenStax, Rice University. Exponentiation behavior and power examples.
    Scope
    Educational algebra reference for exponent rules.
    Supports
    Exponentiation behavior and power examples.
    Limits
    Does not define this package's parser limits.