Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
A basic calculator handles addition, subtraction, multiplication, and division, but the moment you need a sine value, a logarithm, a factorial, or an exponent, you need a scientific calculator.
This scientific calculator brings the full power of a physical scientific calculator to your browser, with all the functions you would find on a TI-84 or Casio fx series.
The tool supports trigonometric functions (sin, cos, tan and their inverses), logarithms (natural log and log base 10), exponentials, powers, roots, factorials, permutations, combinations, absolute values, and constants like pi and e. It operates in both degree and radian mode, handles parenthetical expressions with proper order of operations, and maintains a calculation history so you can review and reuse previous results.
Whether you are a student working through algebra, trigonometry, or calculus homework, an engineer running quick calculations, a scientist processing data, or anyone who needs math beyond the four basic operations, this calculator is a free, always-available alternative to a physical device. No batteries required.
This scientific calculator supports the full range of mathematical operations expected from a professional-grade device.
Basic arithmetic: Addition (+), subtraction (-), multiplication (x), division (/), and modulo (remainder). These follow standard order of operations (PEMDAS/BODMAS): Parentheses first, then Exponents, then Multiplication and Division (left to right), then Addition and Subtraction (left to right).
Powers and roots: x^y raises x to the power of y. x^2 squares a number. The square root function finds the principal root. The cube root and nth root functions handle higher-order roots. For example, the cube root of 27 is 3, and the fourth root of 81 is 3.
Reciprocal and sign: The 1/x function calculates the reciprocal (multiplicative inverse). The +/- button toggles the sign of the current value between positive and negative.
Memory functions: M+ adds the current value to memory. M- subtracts from memory. MR recalls the stored memory value. MC clears memory. These work just like the memory buttons on a physical calculator.
Trigonometric functions are among the most used features of any scientific calculator. They are fundamental in physics, engineering, architecture, navigation, and many areas of applied mathematics.
Primary trig functions:
Inverse trig functions:
Degrees vs Radians. This calculator supports both degree mode and radian mode. In degree mode, sin(90) = 1. In radian mode, sin(pi/2) = 1. Make sure you are in the correct mode for your problem. Degrees are used in everyday measurements and most geometry problems. Radians are used in calculus, physics, and engineering.
Conversion between degrees and radians:
Common trig values to know:
Logarithms and exponentials appear throughout science, engineering, finance, and data analysis.
Logarithmic functions:
Exponential functions:
Practical applications of logarithms:
These functions are essential for probability and statistics problems.
Factorial (n!) is the product of all positive integers from 1 to n.
Factorials grow extremely fast, which is why they are central to counting problems and probability calculations.
Permutations P(n, r) count the number of ways to arrange r items from a set of n items where order matters. P(n, r) = n! / (n-r)!. For example, the number of ways to arrange 3 books from a shelf of 10 is P(10, 3) = 10! / 7! = 720.
Combinations C(n, r) count the number of ways to choose r items from a set of n items where order does not matter. C(n, r) = n! / (r!(n-r)!). The number of ways to choose 3 books from 10 without caring about order is C(10, 3) = 120.
This calculator includes built-in mathematical constants for convenience and accuracy.
Using built-in constants is more accurate than typing in decimal approximations, because the calculator stores and uses many more digits internally than are displayed.
The calculator follows standard mathematical order of operations, which prevents ambiguity in complex expressions.
The hierarchy (from first to last):
Example: 2 + 3 x 4 = 14 (not 20). Multiplication is performed before addition. If you want the addition first, use parentheses: (2 + 3) x 4 = 20.
Example: 2^3^2. Exponents are evaluated right to left, so this is 2^(3^2) = 2^9 = 512, not (2^3)^2 = 64.
This calculator correctly handles nested parentheses and mixed operations, giving you the same result as a Texas Instruments or Casio scientific calculator.
Check your angle mode. The single most common mistake with trig functions is being in the wrong mode. If sin(90) gives you 0.894 instead of 1, you are in radian mode instead of degree mode. Always verify your mode before starting trig calculations.
Use parentheses liberally. When in doubt, add parentheses to clarify your intent. The expression 1/2x could be interpreted as (1/2)x or 1/(2x). Parentheses remove the ambiguity.
Use the answer key for chain calculations. After computing a result, you can use it as the input for your next calculation. This avoids rounding errors that accumulate when you manually re-enter intermediate results.
Know your function domains. Some functions have restricted inputs. You cannot take the square root of a negative number (in real numbers), the logarithm of zero or a negative number, or divide by zero. The calculator will display an error for invalid inputs.
For basic unit conversions that complement scientific work, see the Unit Converter. For statistical analysis, see the Random Number Generator for probability applications.
Look for the DEG/RAD toggle on the calculator. In degree mode, angles are measured in degrees (360 degrees in a full circle). In radian mode, angles are measured in radians (2*pi radians in a full circle). Most everyday problems use degrees, while calculus and physics typically use radians.
log (or log10) is the base-10 logarithm: log(100) = 2 because 10^2 = 100. ln is the natural logarithm (base e): ln(e) = 1 because e^1 = e. Base-10 logs are common in chemistry (pH) and engineering. Natural logs are standard in calculus and continuous growth calculations.
n! (n factorial) multiplies all positive integers from 1 to n. For example, 5! = 5 x 4 x 3 x 2 x 1 = 120. Factorials are used in permutations, combinations, and probability calculations. By convention, 0! = 1.
PEMDAS (or BODMAS): Parentheses first, then Exponents, then Multiplication and Division (left to right), then Addition and Subtraction (left to right). For example, 2 + 3 x 4 = 14 because multiplication happens before addition.
This calculator handles the numerical computations needed in calculus, such as evaluating functions, computing trig values, using logarithms and exponentials, and working with constants like e and pi. It does not perform symbolic operations like differentiation or integration, but it can compute numerical results for specific values.
Key values: sin(0)=0, sin(30)=0.5, sin(45)=0.707, sin(60)=0.866, sin(90)=1. For cosine, the values reverse: cos(0)=1, cos(30)=0.866, cos(45)=0.707, cos(60)=0.5, cos(90)=0. Tan(45)=1 and tan(0)=0.
Permutations (order matters): P(n,r) = n!/(n-r)!. Combinations (order does not matter): C(n,r) = n!/(r!(n-r)!). For example, choosing 3 items from 10: P(10,3) = 720 arrangements, C(10,3) = 120 combinations.
Mathematical functions based on IEEE 754 floating-point standards. Data accurate as of: March 2026