Scientific Calculator

🌙 â„šī¸ âŒ¨ī¸

Advanced mathematical functions

All Functions & Examples

Press ? to view keyboard shortcuts

Basic Operations

Addition (+) Add two or more numbers. 2 + 3 = 5
Subtraction (-) Subtract numbers. 10 - 4 = 6
Multiplication (*) Multiply numbers. 3 * 4 = 12
Division (/) Divide numbers. 15 / 3 = 5
Exponentiation (^) Raise to power. 2^3 = 8

Constants

PI / Ī€ PI constant (Ī€ ≈ 3.14159). PI = 3.14159...
E Euler's number (e ≈ 2.71828). E = 2.71828...

Trigonometric Functions

sin() Sine function (radians). sin(PI/2) = 1
cos() Cosine function (radians). cos(0) = 1
tan() Tangent function (radians). tan(PI/4) = 1
asin() Arcsine (inverse sine, radians). asin(1) = PI/2 ≈ 1.57
acos() Arccosine (inverse cosine, radians). acos(0) = PI/2 ≈ 1.57
atan() Arctangent (inverse tangent, radians). atan(1) = PI/4 ≈ 0.785

Root Functions

sqrt() Square root. sqrt(16) = 4
nthroot(,) Nth root (value, n). nthroot(27,3) = 3

Rounding & Other Functions

ceil() Round up to nearest integer. ceil(3.14) = 4
floor() Round down to nearest integer. floor(3.14) = 3
round() Round to nearest integer. round(3.5) = 4
abs() Absolute value. abs(-5) = 5

Logarithmic Functions

log() Natural logarithm (base e). log(1) = 0
log10() Common logarithm (base 10). log10(10) = 1

Combined Operations

Complex expressions Combine multiple functions. sin(PI/2) + sqrt(16) = 5
With constants Use PI in expressions. 2 * PI = 6.28318...

Keyboard Shortcuts

Press / or ? to toggle this drawer

Calculation

Ctrl + EnterCalculate expression
EscClose all modals/drawers

Calculator Management

Alt + NNew calculator
Alt + WDelete current calculator
Alt + DDuplicate current calculator

Navigation

TabNext calculator
Shift + TabPrevious calculator
Ctrl + 1-9Jump to calculator #N
Ctrl + LFocus current input

Help & Documentation

Ctrl + IToggle functions drawer
/ or ?Show keyboard shortcuts
Note: Ctrl is equivalent to Cmd (⌘) on Mac

Keyboard Shortcuts

Calculation

Ctrl + EnterCalculate expression
EscapeClose all modals/drawers

Calculator Management

Alt + NNew calculator
Alt + WDelete current calculator
Alt + DDuplicate current calculator

Navigation

TabNext calculator
Shift + TabPrevious calculator
Ctrl + 1-9Jump to calculator #N
Ctrl + LFocus current input

Help & Documentation

Ctrl + IToggle functions drawer
?Show keyboard shortcuts
Note: Ctrl is equivalent to Cmd (⌘) on Mac