Brain Assistant is a CLI tool intended for computing mathematical expressions and being an encyclopedia for mathematical concepts.
Install using cargo:
sh
cargo install brain-assistant
Invoke the brain
command to start the REPL:
```sh $ brain
1+1 2 1/25 5/2 2x^2+3x^2 5x^2 ```
Exit the REPL by pressing Ctrl-C
.