PublicSoftTools
Tools6 min read

Scientific Calculator Online — Functions, Tips, and Worked Examples

A scientific calculator extends basic arithmetic with trigonometry, logarithms, powers, and constants needed for algebra, precalculus, physics, and engineering. This guide covers every function in the online scientific calculator with worked examples and common pitfalls.

Trigonometric Functions

Trig functions relate angles to ratios of sides in a right triangle. Before using them, always check whether the calculator is in degree (DEG) or radian (RAD) mode — the same input gives very different results.

FunctionDEG mode exampleRAD mode exampleCommon use
sinsin(30) = 0.5sin(π/6) = 0.5Opposite / hypotenuse
coscos(60) = 0.5cos(π/3) = 0.5Adjacent / hypotenuse
tantan(45) = 1tan(π/4) = 1Opposite / adjacent
sin⁻¹asin(0.5) = 30°asin(0.5) = 0.524Find an angle from a ratio
cos⁻¹acos(0.5) = 60°acos(0.5) = 1.047Find an angle from a ratio
tan⁻¹atan(1) = 45°atan(1) = 0.785Find an angle from a ratio

The most common mistake is forgetting to switch modes. If sin(90) returns 0.894 instead of 1, the calculator is in RAD mode — sin(90 radians) ≠ sin(90°). Use the scientific calculator's DEG/RAD toggle and always confirm the mode before entering a trig expression.

Logarithms and Exponentials

Two logarithm functions cover most use cases:

The relationship between them: log(x) = ln(x) ÷ ln(10) ≈ ln(x) ÷ 2.303. To compute a logarithm in any other base b: log_b(x) = ln(x) ÷ ln(b).

Powers and Roots

ButtonWhat it doesExample
Raise x to any power y2 ^ 10 = 1024
Square (appends ^2)7 x² = 49
Square root√(144) = 12
1/xReciprocal (inserts 1/)1/8 = 0.125

For cube roots and higher: use xʸ with a fractional exponent. The cube root of 27 is 27^(1/3) = 3. Enter: 27 ^ ( 1 / 3 ).

Factorials

The factorial of n (written n!) is the product of all positive integers up to n: 5! = 5 × 4 × 3 × 2 × 1 = 120. Factorials grow extremely fast: 10! = 3,628,800; 20! ≈ 2.4 × 10¹⁸. The calculator supports factorials up to 170 — beyond that, the result overflows a 64-bit float to Infinity. Factorials are used in combinatorics, permutations, and probability calculations.

Constants: π and e

Press π to insert 3.14159265358979… and e to insert 2.71828182845905…. Both can be used in any expression: circumference = 2 × π × r; compound interest uses powers of e.

Degree vs Radian — When to Use Each

Use degrees for geometry, navigation, and any problem where angles are described in everyday terms (a 30° angle, a 90° turn). Use radians for calculus, physics, and any formula derived mathematically — the derivative of sin(x) = cos(x) only holds when x is in radians. Most engineering and science courses use radians; most pre-calculus and trigonometry classes introduce both.

Open the Scientific Calculator

Full trig, log, power, and factorial functions in your browser — no app, no download, free.

Open Scientific Calculator