Scientific Calculator

A full scientific calculator with trigonometric functions, logarithms, exponents, and mathematical constants — all running in your browser.

Angle:
0

Notes

How to Use

  1. Choose DEG (degrees) or RAD (radians) for trigonometric calculations.
  2. Enter a number, then press a function button (sin, cos, √, etc.) to apply it instantly.
  3. Use + − × ÷ for standard arithmetic operations.
  4. Use xⁿ to raise a number to a power: enter the base, press xⁿ, enter the exponent, press =.

Function Reference

ButtonFunctionExample (DEG)
sinSine of the displayed anglesin(30) = 0.5
cosCosine of the displayed anglecos(60) = 0.5
tanTangent of the displayed angletan(45) = 1
asinInverse sine (arcsin) → returns angleasin(0.5) = 30°
acosInverse cosine (arccos) → returns angleacos(0.5) = 60°
atanInverse tangent (arctan) → returns angleatan(1) = 45°
Square root√(16) = 4
Square the current number5 x² = 25
xⁿRaise to a power: enter base, xⁿ, exponent, =2 xⁿ 8 = 256
logBase-10 logarithmlog(1000) = 3
lnNatural logarithm (base e)ln(e) = 1
1/xReciprocal of the current number1/x of 4 = 0.25
πInsert π ≈ 3.14159265
eInsert e ≈ 2.71828182
💡Trig functions (sin, cos, tan, asin, acos, atan) use the DEG/RAD setting at the top. Switch to RAD before entering values in radians.

Frequently Asked Questions

When should I use DEG vs RAD?

Use DEG (degrees) for everyday angles — a right angle is 90°, a full circle is 360°. Use RAD (radians) for calculus and physics — a right angle is π/2 ≈ 1.5708 rad, a full circle is 2π rad.

How do I calculate sin(45°)?

Make sure DEG is selected, type 45, then press sin. Result: 0.7071067812.

How do I raise a number to a power?

Enter the base (e.g. 2), press xⁿ, enter the exponent (e.g. 10), then press =. Result: 1024.

What is log vs ln?

log is the base-10 logarithm (log₁₀). ln is the natural logarithm (base e ≈ 2.718). For example: log(100) = 2, ln(100) ≈ 4.6052.

How do I calculate √(2)?

Type 2, then press √. Result: 1.414213562.