🔬

Scientific Calculator

Full-featured scientific calculator with trigonometry, logarithms, powers, roots, factorial and memory functions. Free, browser-based, no signup.

🧮 Math & Finance Tools Free Browser-based
Tool
0

Scientific Calculator Functions

This calculator supports all standard scientific operations — arithmetic, trigonometry, logarithms, exponents, roots and factorials. Results are displayed with full precision and expression history is kept for reference.

Trigonometric Functions

FunctionDescriptionInverse
sin(x)Sine of angle xsin⁻¹ (arcsin)
cos(x)Cosine of angle xcos⁻¹ (arccos)
tan(x)Tangent of angle xtan⁻¹ (arctan)

Logarithm & Exponential

FunctionDescription
log(x)Base-10 logarithm
ln(x)Natural logarithm (base e)
log₂(x)Base-2 logarithm
x raised to the power y
eEuler's number ≈ 2.71828
πPi ≈ 3.14159

Degrees vs Radians — When to Use Each

The angle mode you choose fundamentally changes the output of every trigonometric function. Use DEG (degrees) for everyday geometry, engineering, and navigation — a full circle is 360°, a right angle is 90°. Use RAD (radians) when working with calculus, physics formulae, or any programming language (Python, JavaScript, C++) where Math.sin() and similar functions expect radians by default — a full circle is 2π ≈ 6.283. Use GRAD (gradians) for surveying and some European engineering disciplines — a right angle is 100 grad. Forgetting to match the mode to your problem is one of the most common sources of wrong answers on scientific calculators.

Order of Operations

This calculator follows standard mathematical order of operations (PEMDAS/BODMAS): Parentheses first, then Exponents, then Multiplication and Division left to right, then Addition and Subtraction left to right. Use parentheses liberally to group sub-expressions and ensure the calculation runs in the order you intend. The expression history lets you review the full expression that produced each result.

Frequently Asked Questions