8 lines
432 B
Markdown
8 lines
432 B
Markdown
# State
|
|
- Core engine: `src/rpn-calculator.js`
|
|
- Active demo: `samples/dev/` (HP48-style UI)
|
|
- Public API: `push`, `pop`, `clear`, `swap`, `remove`, `edit`, `isValidIndex`, `input`, `command`, `getOperationsByCategory`, `getConstants`
|
|
- Config: `maxSize`, `base`, `angleMode`, `enabledCommands`
|
|
- Commands: arithmetic, stack, trigonometry, constants `pi` and `e`
|
|
- Exports: browser `window.RpnCalculator`, CommonJS `module.exports`
|