A scientific calculator goes beyond the four basic operations to compute trigonometric functions (sin, cos, tan), logarithms (ln, log, log2), exponents and roots, factorials, permutations/combinations, and complex parenthesized expressions. The calculator on this page runs entirely in your browser: type the expression using the keypad or your keyboard, set operation precedence with parentheses, and press = to get the result.
How do you calculate sin, cos, and tan?
sin(30) = 0.5; in radian mode, sin(π/6) = 0.5. For the inverse operation, the sin⁻¹ (asin), cos⁻¹ (acos), and tan⁻¹ (atan) keys convert a ratio back into an angle: in degree mode, asin(0.5) = 30.- 2nd key — unlocks the inverse/secondary function of the trig, hyperbolic, and log keys (sin ↔ sin⁻¹, ln ↔ eˣ, √ ↔ ∛).
- Angle mode — DEGREE, RADIAN, or GRAD. A full circle is 360° = 2π radians = 400 grad.
- Hyperbolic — sinh, cosh, tanh and their inverses (asinh, acosh, atanh) are independent of the angle mode.
Exponents, square roots, and nth roots
2^10 = 1024. There are dedicated x² / x³ keys for squares and cubes. Square root is √(16) = 4, cube root is ∛(27) = 3. For a root of any degree, the ⁿ√ key inserts root(n, x): root(4, 81) = 3 (the 4th root of 81).Logarithms: the difference between log, ln, and log2
log(1000) = 3), ln is the natural logarithm with base e (ln(e) = 1), and log2 is base 2 (log2(8) = 3). For any other base, type logn(base, number): logn(3, 81) = 4.Factorial, permutations, and combinations
5! = 120, and by definition 0! = 1. Permutation (ordered): nPr(5,2) = 20. Combination (unordered): nCr(5,2) = 10. All three are only defined for 0 and positive integers.