HomeMathScientific Calculator
🔬

Scientific Calculator

Advanced calculator with trigonometry, logarithms, exponents, factorial, and constants.

How to Use the Scientific Calculator

  1. Select a tab: Basic, Trigonometry, Log & Exp, or Constants.
  2. Enter values or expressions in the input fields.
  3. Click the relevant button to calculate.
  4. For Basic mode, type expressions like 2+3*4, sin(45), or sqrt(16).

Formula & Method

Trigonometry (degrees to radians): rad = deg × π / 180

Logarithm: logb(x) = ln(x) / ln(b)

Natural Log: ln(x) = loge(x)

Exponential: ex

Power: xy

Square Root: √x = x0.5

Factorial: n! = n × (n-1) × ... × 1

Constants: π ≈ 3.14159, e ≈ 2.71828, φ ≈ 1.61803, c ≈ 299,792,458 m/s, g ≈ 9.80665 m/s²

Examples

OperationInputResult
sin(30°)300.5
cos(60°)600.5
log₁₀(100)100, base 102
ln(e)2.718281
5!5120
√14414412
2, power 38
π × 22 × π6.28318

Frequently Asked Questions

Can I enter full expressions?

Yes, the Basic tab supports expressions like 2+3*4, sin(45), sqrt(16), and pi*2.

What angle mode is used?

Trigonometric functions use degrees. Inverse functions return degrees.

What is the largest factorial supported?

Factorials up to 170! are supported due to JavaScript number limits.

Are all constants included?

The calculator includes π, e, φ (golden ratio), c (speed of light), and g (gravity).

People Also Ask

What is the difference between log and ln?

log is base-10 logarithm, while ln is the natural logarithm (base e).

How do I calculate sin(30 degrees)?

Enter 30 in the Trigonometry tab and click the sin button. Result is 0.5.

What does factorial mean?

Factorial of n (n!) is the product of all positive integers from 1 to n.