mathtool

Mathtool is a collection of CLI's that add basic math functions to bash. To use these programs, first install this crate, and then run the program you need from bash. Valid programs are `factorial`, `primes`, `add`, `subtract`, `divide`, `multiply`.


Keywords
cli, math, rust
License
GPL-3.0

Documentation

Mathtool

Crates.io Crates.io

Mathtool is a collection of CLI's for math!

Installation

Mathtool can be easily installed by running cargo install mathtool in your console.

If you want to install directly from the repo you can run cargo install --git https://github.com/gubareve/mathtool.git.

Features

Mathtool offers basic math programs in your terminal. This includes factorial, primes, add, subtract, divide, and multiply. You can also use a cli that combines all of them, named mathtool.

Mathtool

Basics

Basics

Basics