ca

ca is an arbitrary precision calculator. It can do simple linear math with fully accurate results, and exposes this with a simple REPL.

Features

Guide

To try ca, just clone the repository and run cargo run with Rust stable:

$ git clone https://github.com/qoh/ca $ cd ca $ cargo run

Contributing

Please and thanks.