Scientific Calculator

Full-featured scientific calculator with trigonometry, logarithms, powers, and history log.

Scientific v1.0
0

Ready for Precision

How to Use the Scientific Calculator

Use the on-screen buttons or your keyboard to enter expressions.

  • Press Enter or = to evaluate
  • Press Backspace to delete the last character
  • Press Esc to clear all
  • Click the clock icon to access calculation history

Formula

Supported functions: sin(x), cos(x), tan(x), log10(x), log(x) (natural log), sqrt(x), x^y

Constants: π ≈ 3.14159…, e ≈ 2.71828…

Uses mathjs for safe expression evaluation with full operator precedence.

Frequently Asked Questions

Does this calculator support parentheses?

Yes — use ( and ) to group expressions just like a physical scientific calculator.

Are trig functions in degrees or radians?

The calculator uses radians by default (consistent with mathjs). To use degrees, convert: sin(30° in rad) = sin(30 × π/180).

Can I chain operations?

Yes — you can chain complex expressions like sin(pi/4)^2 + cos(pi/4)^2 (which should equal 1).