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:
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.