Brain Assistant

Brain Assistant is a CLI tool intended for computing mathematical expressions and being an encyclopedia for mathematical concepts.

Installation

Install using cargo:

sh cargo install brain-assistant

Usage

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.