YREA-SLS/docs/missing.md

18 lines
217 B
Markdown

---
Title: Missing List
Prev:
Next:
---
## Missing List
### Operators
- `and` (Logical AND)
- `exp` (e^x)
- `recp` (1/x)
- `dec` (10^x)
- `root` (nth root)
- `neg` ({0 swap -} or {-1 *})
- `two` (Two's Complement)