Accepted numeric expressions
Values can include addition, subtraction, multiplication, division, remainders, powers, decimal notation, and nested parentheses. The constants pi and e are available. Supported functions include sqrt, abs, sin, cos, tan, ln, log, and exp.
Examples include 3/4, -sqrt(2), 2*pi, (5+1)/3, and 1.2e-4. Trigonometric functions use radians.
General equation validation
General-equation mode samples the safely evaluated expression and reconstructs its constant, linear, and squared coefficients. It then verifies the result at additional input values. Expressions that behave like higher-degree, rational, trigonometric, or non-polynomial functions are rejected.
This approach accepts expanded and unexpanded quadratics while avoiding unsafe dynamic evaluation.
Rounding behavior
Internal calculations use floating-point arithmetic. Display precision affects shown decimals, not the stored intermediate values. Automatic fraction formatting uses a continued-fraction approximation with bounded denominators.
For sensitive scientific work, retain the original exact inputs and verify rounded outputs using the desired precision standard.
Common validation messages
The calculator reports missing values, unsupported characters, unknown names, unbalanced parentheses, division by zero, invalid square roots, zero leading coefficients, duplicate point x-values, collinear points, and expressions that are not quadratic.
Correct the specific field described in the message, then submit the form again.