h4cc / awesome-elixir

A curated list of amazingly awesome Elixir and Erlang libraries, resources and shiny things. Updates:
https://twitter.com/AwesomeElixir
MIT License
12.59k stars 1.17k forks source link

Add qrational #4826

Closed q60 closed 1 year ago

q60 commented 1 year ago

This library adds new type of numbers and basic math operations for them. Rationals can interact with integers and floats. The library overrides existing functions, so they can work with rationals too.