erlsci / coers

A small library for coercing to primitive Erlang types
MIT License
1 stars 1 forks source link

Support rational <-> floats? #18

Open oubiwann opened 3 years ago

oubiwann commented 3 years ago

Take a closer look at the rationals library to see if this is well supported.

oubiwann commented 3 years ago

This is supported by the rationals library. However, the real question is how should this be enabled? Via opts/flags? By default? (probably not by default).