Scientific calculator guide

How to use the Scientific Calculator

The Scientific Calculator is for the moment when a normal calculator is too small: trig, inverse trig, logs, roots, powers, constants, parentheses, scientific notation, DEG/RAD angle mode, and reusable calculation history. The main trick is not just typing the expression. It is choosing the right angle mode and grouping the expression the way your formula expects.

Open the scientific calculator
Guide image for Scientific Calculator showing a free scientific calculator for trig, inverse trig, logs, roots with example inputs and result notes.
Scientific Calculator guide artwork sits with the walkthrough for a free scientific calculator for trig, inverse trig, logs, roots, powers, constants, and DEG/RAD mode, including inputs, examples, limits, and mistakes to check.View in the smoke-kawaii gallery

Quick answer

Use DEG mode for degree angles like 30, 45, and 90. Use RAD mode when the problem gives radians or uses pi, such as sin(pi/6). Then type the whole expression, check parentheses, and read the result as a numeric estimate. For example, asin(0.5) in DEG mode returns 30, while 1.2e3 + 4.5e2 returns 1650.

Quick start

  1. Type an expression directly or build it with the scientific keypad.
  2. Choose DEG or RAD before using sin, cos, tan, or inverse trig functions.
  3. Use parentheses when you need to control the order of operations.
  4. Press equals or Enter to calculate the expression.
  5. Use history to reload recent expressions or Copy result to paste the answer elsewhere.

DEG and RAD mode

DEG means degrees. Use DEG when a problem says angles like 30 degrees, 45 degrees, or 90 degrees. RAD means radians. Use RAD for expressions written in radians, such as many calculus, physics, and advanced math problems.

Choose the angle mode before calculating a trigonometry expression. For example, sin(30) in DEG mode returns 0.5, while RAD mode treats 30 as radians. That one switch can turn a correct-looking expression into the wrong answer.

Supported expression types

Trig: sin, cos, tan, asin, acos, and atan.

Logs: log for base 10 and ln for natural log.

Roots: sqrt for square root and cbrt for cube root.

Powers: use x^y style expressions such as 2^5.

Scientific notation: type 1e3 for 1000 or 2.5e-4 for 0.00025.

Constants: use pi and e inside expressions.

Grouping: use parentheses to control calculation order.

Keyboard examples

sin(30)+cos(60)Checks a simple trig identity in DEG mode.
asin(0.5)Returns 30 in DEG mode because the sine of 30 degrees is 0.5.
log(1000)+ln(e)+2^5Combines logs and powers in one line.
sqrt(25)+cbrt(8)+abs(-4)Adds roots and absolute value.
1.2e3+4.5e2Uses scientific notation input to get 1650.

Examples from the scientific calculator

Trig identity checksin(30) + cos(60)

1

Radians with pisin(pi/6) + cos(pi/3) in RAD mode

1

Inverse trig in degreesasin(0.5) in DEG mode

30

Logs and powers togetherlog(1000) + ln(e) + 2^5

36

Roots and absolute valuesqrt(25) + cbrt(8) + abs(-4)

11

Scientific notation input1.2e3 + 4.5e2

1650

Parentheses and powers(3 + 5)^2 / 4

16

Common mistakes to check

If an answer looks strange, check the angle mode first. Then check missing parentheses, negative signs, exponent grouping, and whether you typed a valid value for the function. Logs need positive inputs, square roots need non-negative inputs, and asin or acos need a value from -1 to 1.

Error usually means the expression cannot be evaluated as typed. It does not mean the formula is impossible. It usually means one part of the input needs to be cleaned up before you try again.

When not to rely on it alone

This page gives numeric results. It does not graph functions, solve symbolic algebra, show every derivation step, or keep exact radical and fraction forms. For classwork, use the format your teacher expects. For engineering or lab work, treat this as a fast check before using the required calculator, spreadsheet, or software for the final result.

History, privacy, and copying

Recent scientific expressions stay visible in the history panel so you can compare answers and reopen an expression. This history is only kept in the current browser tab while you use the page.

Copy result copies the current displayed result to your clipboard. The calculator does not need an account, and the expression history is not sent to a server.