Add a CLI something like this: ``` $ mathexpr '2. + 2.3 * 1.8 ** 2 / .9' 20.28 ``` with extra options like rounding (`-R`?), interactive (`-i`)
Add a CLI something like this:
with extra options like rounding (
-R?), interactive (-i)