Packages

A basic rational number library for Gleam

Retired package: Deprecated - Incomplete

Current section

Files

Jump to
rizzo README.md
Raw

README.md

# rizzo
[![Package Version](https://img.shields.io/hexpm/v/rizzo)](https://hex.pm/packages/rizzo)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/rizzo/)
🐀 Basic utility functions for working with rational numbers. A `Rational` is an opaque type that holds two `Integer`s,
representing the numerator and denominator of an exact fraction.
## Installation
If available on Hex this package can be added to your Gleam project:
```sh
gleam add rizzo
```
and its documentation can be found at <https://hexdocs.pm/rizzo>.
## Contributing
This is the first package I've tried writing. This is still in early stages, and I'm still working on the documentation and tests.
If you've got any suggestions or bug reports, don't hesitate to open an issue or make a PR.