README.md

# gleam_stats

[![Package Version](https://img.shields.io/hexpm/v/gleam_stats)](https://hex.pm/packages/gleam_stats)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/gleam_stats/)

A Gleam mathematics and statistics library. 

The repository is available on:
- [Github](https://github.com/nicklasxyz/gleam_stats)

The documentation is hosted on:
- [HexDocs](https://hexdocs.pm/gleam_stats/)


## Installation

The library is available on [Hex](https://hex.pm/packages/gleam_stats) so it can be added to your Gleam project by simply running:

```sh
gleam add gleam_stats
```

## Development

```sh
gleam test       # Run the tests
gleam build docs # Build docs
```