A mathematica expression evaluator with PokemonTypes
A simple mathematical expression evaluator that uses Pokemon types to replace symbols.
Syntax
Reference
| Symbol | Math Equivalent | Pokemon Type |
|---|---|---|
| ♨ | + | Fire |
| ≋ | – | Water |
| ᨏ | * | Rock |
| ༄ | / | Flying |
| ☇ | // | Electric |
| ☠ | * 0 | Poison |
| ❅() | abs() | Ice |
| ☯ | > | Fighting |
| ❂ | < | Psychic |
| ✴ | == | Normal |
| ❤ | ( | Fairy |
| ☽ | ) | Dark |
| ⸙ | | | Grass |
| 中 | >>> | Dragon |
| ⏚ | <<< | Ground |
Types Unused
Data Types
- Numbers
- Boolean: “true” or “false”
Contributions
Open a PR! This is a WIP
GitHub