Scientific calculator
Trig, logs, powers, factorial and more. Toggle degrees/radians.
Type or use the keypad. Supported: sin, cos, tan, asin, acos, atan, ln, log, sqrt, ^, !, Ο, e, ( )
How to use the Scientific Calculator
Type an expression or tap the keys, then press = or Calculate. Switch angle mode with the DEG/RAD button.
Quick steps
- Enter your sum in the Expression box (e.g.
sin(30)+5^2
). - Pick angle mode: tap DEG for degrees or RAD for radians.
- Use the keypad for sin, cos, tan, ln, log, β, xΒ², !, Ο, e, and the math signs.
- Press = or Calculate to see the result in the box below.
- Use β« to delete one character, or C to clear all.
Angle mode (DEG vs RAD)
- DEG (degrees):
sin(30)
β0.5
- RAD (radians):
sin(Ο/6)
β0.5
- Tap the DEG/RAD button to switch before you calculate.
Supported keys & syntax
Feature | How to write | Example |
---|---|---|
Add / Subtract | + , - | 8+2-3 |
Multiply / Divide | * or Γ, / or Γ· | 6*7 , 10/4 |
Powers | ^ , xΒ² | 5^3 β 125 , (3+1)^2 |
Square root | sqrt(x) or β | sqrt(81) β 9 |
Factorial | n! | 5! β 120 |
Trig | sin(x) , cos(x) , tan(x) | cos(60) in DEG β 0.5 |
Inverse trig | asin(x) , acos(x) , atan(x) | asin(0.5) |
Logs | ln(x) (base e), log(x) (base 10) | ln(e^2) β 2 , log(100) β 2 |
Constants | Ο /pi , e | 2*pi , e^1 |
Percent | % (Γ·100) | 200*15% β 30 |
Grouping | ( ... ) | (2+3)*(4-1) |
Commas | , inside functions (where used) | For multi-arg funcs if added later |
Order of operations
The calculator follows standard math rules: brackets β functions β factorial & powers β Γ Γ· β + β. When in doubt, add ( ).
Handy examples
sin(30)+5^2
(DEG) β25.5
sqrt(9)+3!
β3+6 = 9
sin(pi/6)
(RAD) β0.5
(1+0.05)^12 - 1
β yearly growth from 5% monthly (toy)log(2,10)
(if multi-arg logs are added later) β log base 10 of 2
Tips
- Use your keyboard:
*
for Γ,/
for Γ·,^
for power. - Switch DEG/RAD before running trig to avoid wrong answers.
- If you get an error, check spelling (
sqrt
,ln
,log
), brackets, and decimal dots.