About this scientific calculator
A scientific calculator extends a basic calculator with functions used in math, science, and engineering, including trigonometry, logarithms, exponents, roots, and factorials. Type an expression such as sin(30) + 2^3 or tap the on-screen keypad, choose degrees or radians, and see the result update live. Under the hood the expression is broken into tokens and evaluated by a proper parser rather than eval, so input is handled safely and errors like mismatched parentheses or division by zero are reported clearly. Everything runs in your browser with no uploads.