How to Use the Scientific Calculator
Click buttons or type using your keyboard. The calculator supports all standard arithmetic operations plus scientific functions: sin, cos, tan and their inverses, log (base 10) and ln (natural log), powers (xʸ), square root, factorial (n!), and the constants π and e.
Toggle between DEG (degrees) and RAD (radians) using the mode tabs before entering trig functions. In DEG mode, sin(90) = 1. In RAD mode, sin(π/2) = 1.
Key Scientific Functions Explained
Trigonometric Functions
Trig functions relate angles to ratios of a right triangle's sides. On the unit circle: sin(θ) = opposite/hypotenuse (y-coordinate), cos(θ) = adjacent/hypotenuse (x-coordinate), tan(θ) = opposite/adjacent = sin/cos. The inverse functions (arcsin, arccos, arctan) recover an angle from a ratio — useful in geometry, physics, and engineering problems.
Logarithms and Natural Log
log(x) (base 10) asks "what power of 10 gives x?" — log(1000) = 3 because 10³ = 1000. ln(x) (natural log, base e) asks the same about Euler's number e ≈ 2.71828 — ln(e²) = 2. Logarithms appear in compound interest (continuous compounding uses e), sound levels (decibels), earthquake magnitude (Richter scale), pH chemistry, and information theory.
Euler's Number (e) and π
e ≈ 2.71828 is the base of natural logarithms and the limit of (1 + 1/n)ⁿ as n→∞. It appears in continuous compound interest, population growth models, and probability distributions. π ≈ 3.14159 is the ratio of a circle's circumference to its diameter, fundamental to geometry, trigonometry, and physics.
Factorial (n!)
n! = n × (n−1) × (n−2) × ... × 2 × 1. Factorials count the number of ways to arrange n distinct objects (permutations). 5! = 120 means there are 120 ways to arrange 5 items. Factorials grow extremely quickly: 10! = 3,628,800; 20! ≈ 2.4 × 10¹⁸. They appear in probability, combinatorics, and Taylor series expansions.
For statistical calculations using these functions, see our standard deviation calculator and percentage calculator.