Prefix the following operators before your query to use them. This list will grow with time, and necessity.
| Operator | Purpose |
|---|---|
| calc: | Calculate the given equation |
| bndc: | Binary to Decimal numeric conversion |
| bnhx: | Binary to Hexidecimal numeric conversion |
| bnoc: | Binary to Octal numeric conversion |
| dcbn: | Decimal to Binary numeric conversion |
| dchx: | Decimal to Hexidecimal numeric conversion |
| dcoc: | Decimal to Octal numeric conversion |
| ocdc: | Octal to Decimal numeric conversion |
| ochx: | Octal to Hexidecimal numeric conversion |
| ocbn: | Octal to Binary numeric conversion |
| tx64: | Text to Base 64 conversion |
| 64tx: | Base 64 to Text conversion |