burbomath 0.0.1

Burbokop's rust math library
Documentation
# Burbomath

[![CI](https://github.com/burbokop/burbomath/actions/workflows/ci.yml/badge.svg)](https://github.com/burbokop/burbomath/actions/workflows/ci.yml)
[![Crate](https://img.shields.io/crates/v/burbomath.svg)](https://crates.io/crates/burbomath)
[![API](https://docs.rs/burbomath/badge.svg)](https://docs.rs/burbomath)

Burbokop's rust math library

Documentation:
-   [API reference (docs.rs)]https://docs.rs/burbomath

## Usage

Add this to your `Cargo.toml`:

```toml
[dependencies]
burbomath = "0.0.1"
```