Advanced algebraic and RPN calculator.
High-precision scientific computation workstation following strict algebraic operator precedence (PEMDAS / BODMAS). Evaluates trigonometric functions (\(\sin, \cos, \tan, \arcsin, \arccos, \arctan\)), hyperbolic functions (\(\sinh, \cosh, \tanh\)), logarithmic functions (natural \(\ln\), common \(\log_{10}\), arbitrary base \(\log_b\)), exponentiation \(x^y\), square/cube roots \(\sqrt{x}, \sqrt[3]{x}\), and factorials \(n! = \Gamma(n+1)\).
M+ Adds to mem
M- Subtracts from mem
MR Recalls mem
MC Clears mem
Operations apply immediately to the stack (Y and X registers).
ENTER pushes X to stack.
x↔y swaps bottom two stack items.