Scientific Calculator
Full-featured scientific calculator with trigonometry, logarithms, expression parsing, history, and base conversion
= 0
Quick Expressions
Function Reference
| Function | Syntax | Description |
|---|---|---|
| sin, cos, tan | sin(x) | Trig (uses DEG/RAD setting) |
| asin, acos, atan | asin(x) | Inverse trig |
| sinh, cosh, tanh | sinh(x) | Hyperbolic functions |
| log | log(x) | Base-10 logarithm |
| ln | ln(x) | Natural logarithm |
| log2 | log2(x) | Base-2 logarithm |
| logb | logb(x, base) | Custom base logarithm |
| sqrt, cbrt | sqrt(x) | Square/cube root |
| nroot | nroot(x, n) | Nth root |
| abs | |x| or abs(x) | Absolute value |
| floor, ceil | floor(x) | Round down/up |
| round | round(x) | Round to nearest integer |
| exp | exp(x) | e raised to x |
| pow | x^y or pow(x,y) | Power |
| n! | x! | Factorial (integers 0-170) |
| min, max | min(a,b,c) | Minimum/maximum |
| ans | ans | Previous result |
History (0)
Was this tool helpful?
Related Tools
Percentage Calculator
Free online percentage calculator - calculate percentages, percentage change, and percentage of a number instantly
Age Calculator
Free online age calculator - calculate your exact age from your birthdate in years, months, and days
Password Generator
Strong password generator online - generate secure random passwords that never leave your browser
Statistics Calculator
Calculate mean, median, mode, standard deviation, and 30+ statistics with visualizations
Word Counter
Free online word counter - count words, characters, sentences, and paragraphs in your text
Regex Playground
Free online regex playground - build, test, and debug regular expressions with real-time match highlighting