This scientific calculator evaluates an expression live; memory slots store one running total you can add to, subtract from, recall, or clear. Angle mode applies to sin, cos, tan and their inverses. Related: percentage, exponent, logarithm, quadratic.
You build an expression using number buttons, operators, and functions. The display evaluates live as you type. Trig functions use either degrees or radians depending on the mode toggle. Pressing a function button (sin, log, √, etc.) immediately applies that function to the current expression value and replaces the display. The equals button finalizes the current expression.
Use the Degrees / Radians toggle buttons at the top of the calculator. The active mode is highlighted. This affects sin, cos, tan, and their inverse functions.
Error appears when the expression can't be evaluated — usually because of mismatched parentheses, division by zero, or an invalid operation like taking the square root of a negative number. Clear with AC and re-enter.
M+ adds the current value to the memory total. M− subtracts it. MR recalls the stored total into the display. MC resets the memory to zero. This is useful for running totals across multiple calculations.
The calculator uses JavaScript's 64-bit floating-point numbers, which provide about 15–17 significant decimal digits. This is accurate enough for homework and most practical engineering, but not for applications requiring arbitrary precision.
Estimate only. Results reflect your inputs and standard formulas. Double-check important decisions independently.